#42C0E9

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

Shades of Summer Sky #42C0E9

Tints of Summer Sky #42C0E9

Color information

#42C0E9 (or 0x42C0E9) is unknown color: approx Summer Sky. HEX triplet: 42, C0 and E9. RGB value is (66,192,233). Sum of RGB (Red+Green+Blue) = 66+192+233=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #42C0E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C0E9 is #BD3F16. Grayscale: #9E9E9E. Windows color (decimal): -12402455 or 15319106. OLE color: 15319106.

HSL color Cylindrical-coordinate representation of color #42C0E9: hue angle of 194.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C0E9 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB66192233-
CMYK0.720.1800.09
HSL194.73º79.15%58.63%-
HSV(B)194.73º71.67%91.37%-
XYZ35.844.7483.84-
YUV159169.7661.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.44%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 233 (91.41% from 255) = 47.45%
R=13.44%
G=39.10%
B=47.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal661922330.720.1800.09194.7379.1558.63
Hex42C0E9481209c34f3b
Octal1023003511102201130311773
Binary1000010110000001110100110010001001001001110000111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,192,233); }

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

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

 a { background-color: rgb(66,192,233); }

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

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

 span { border-color: rgb(66,192,233); }

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