#42AFDE

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

Shades of Summer Sky #42AFDE

Tints of Summer Sky #42AFDE

Color information

#42AFDE (or 0x42AFDE) is unknown color: approx Summer Sky. HEX triplet: 42, AF and DE. RGB value is (66,175,222). Sum of RGB (Red+Green+Blue) = 66+175+222=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #42AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFDE is #BD5021. Grayscale: #939393. Windows color (decimal): -12406818 or 14593858. OLE color: 14593858.

HSL color Cylindrical-coordinate representation of color #42AFDE: hue angle of 198.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42AFDE is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66175222-
CMYK0.700.2100.13
HSL198.08º70.27%56.47%-
HSV(B)198.08º70.27%87.06%-
XYZ30.7637.0974.65-
YUV147.77169.8969.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.25%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=14.25%
G=37.80%
B=47.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661752220.700.2100.13198.0870.2756.47
Hex42AFDE46150Dc64638
Octal1022573361062501530610670
Binary1000010101011111101111010001101010101101110001101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AFDE; }

 p { color: rgb(66,175,222); }

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

<style>
 a { background-color: #42AFDE; }

 a { background-color: rgb(66,175,222); }

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

<style>
 span { border-color: #42AFDE; }

 span { border-color: rgb(66,175,222); }

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