#42A4DE

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

Shades of Summer Sky #42A4DE

Tints of Summer Sky #42A4DE

Color information

#42A4DE (or 0x42A4DE) is unknown color: approx Summer Sky. HEX triplet: 42, A4 and DE. RGB value is (66,164,222). Sum of RGB (Red+Green+Blue) = 66+164+222=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #42A4DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A4DE is #BD5B21. Grayscale: #8C8C8C. Windows color (decimal): -12409634 or 14591042. OLE color: 14591042.

HSL color Cylindrical-coordinate representation of color #42A4DE: hue angle of 202.31º 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 #42A4DE is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66164222-
CMYK0.700.2600.13
HSL202.31º70.27%56.47%-
HSV(B)202.31º70.27%87.06%-
XYZ28.7132.9873.96-
YUV141.31173.5374.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=14.60%
G=36.28%
B=49.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661642220.700.2600.13202.3170.2756.47
Hex42A4DE461A0Dca4638
Octal1022443361063201531210670
Binary1000010101001001101111010001101101001101110010101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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