#42C2E9

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

Shades of Summer Sky #42C2E9

Tints of Summer Sky #42C2E9

Color information

#42C2E9 (or 0x42C2E9) is unknown color: approx Summer Sky. HEX triplet: 42, C2 and E9. RGB value is (66,194,233). Sum of RGB (Red+Green+Blue) = 66+194+233=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #42C2E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C2E9 is #BD3D16. Grayscale: #9F9F9F. Windows color (decimal): -12401943 or 15319618. OLE color: 15319618.

HSL color Cylindrical-coordinate representation of color #42C2E9: hue angle of 194.01º 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 #42C2E9 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB66194233-
CMYK0.720.1700.09
HSL194.01º79.15%58.63%-
HSV(B)194.01º71.67%91.37%-
XYZ36.2545.6383.99-
YUV160.17169.0960.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.39%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 233 (91.41% from 255) = 47.26%
R=13.39%
G=39.35%
B=47.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal661942330.720.1700.09194.0179.1558.63
Hex42C2E9481109c24f3b
Octal1023023511102101130211773
Binary1000010110000101110100110010001000101001110000101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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