#3FADD4

Color #3FADD4 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3FADD4

Tints of Summer Sky #3FADD4

Color information

#3FADD4 (or 0x3FADD4) is unknown color: approx Summer Sky. HEX triplet: 3F, AD and D4. RGB value is (63,173,212). Sum of RGB (Red+Green+Blue) = 63+173+212=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 212 - color contains mainly: blue. Hex color #3FADD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADD4 is #C0522B. Grayscale: #909090. Windows color (decimal): -12603948 or 13937983. OLE color: 13937983.

HSL color Cylindrical-coordinate representation of color #3FADD4: hue angle of 195.7º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FADD4 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB63173212-
CMYK0.700.1800.17
HSL195.7º63.4%53.92%-
HSV(B)195.7º70.28%83.14%-
XYZ28.8835.767.66-
YUV144.56166.0669.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 14.06%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 212 (83.20% from 255) = 47.32%
R=14.06%
G=38.62%
B=47.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal631732120.700.1800.17195.763.453.92
Hex3FADD44612011c43f36
Octal77255324106220213047766
Binary111111101011011101010010001101001001000111000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FADD4; }

 p { color: rgb(63,173,212); }

 H1.HeaderClassName
 {
   color: #3FADD4;
 }
 .AnyTagClassName
 {
   color: #3FADD4;
 }
</style>
background-color css

<style>
 a { background-color: #3FADD4; }

 a { background-color: rgb(63,173,212); }

 div.DivClassName
 {
   background-color: #3FADD4;
 }
 .BgClassName
 {
   background-color: #3FADD4;
 }
</style>
border-color css

<style>
 span { border-color: #3FADD4; }

 span { border-color: rgb(63,173,212); }

 td.TdClassName
 {
   border-color: #3FADD4;
 }
 .TagClassName
 {
   border-color: #3FADD4;
 }
</style>