#42C9EA

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

Shades of Summer Sky #42C9EA

Tints of Summer Sky #42C9EA

Color information

#42C9EA (or 0x42C9EA) is unknown color: approx Summer Sky. HEX triplet: 42, C9 and EA. RGB value is (66,201,234). Sum of RGB (Red+Green+Blue) = 66+201+234=501 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.17% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #42C9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C9EA is #BD3615. Grayscale: #A4A4A4. Windows color (decimal): -12400150 or 15386946. OLE color: 15386946.

HSL color Cylindrical-coordinate representation of color #42C9EA: hue angle of 191.79º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C9EA is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66201234-
CMYK0.720.1400.08
HSL191.79º80%58.82%-
HSV(B)191.79º71.79%91.76%-
XYZ37.9848.8785.27-
YUV164.4167.2757.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.17%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 234 (91.80% from 255) = 46.71%
R=13.17%
G=40.12%
B=46.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal662012340.720.1400.08191.798058.82
Hex42C9EA48E08c0503b
Octal1023113521101601030012073
Binary100001011001001111010101001000111001000110000001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,201,234); }

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

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

 a { background-color: rgb(66,201,234); }

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

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

 span { border-color: rgb(66,201,234); }

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