#42C0DD

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

Shades of Summer Sky #42C0DD

Tints of Summer Sky #42C0DD

Color information

#42C0DD (or 0x42C0DD) is unknown color: approx Summer Sky. HEX triplet: 42, C0 and DD. RGB value is (66,192,221). Sum of RGB (Red+Green+Blue) = 66+192+221=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #42C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C0DD is #BD3F22. Grayscale: #9D9D9D. Windows color (decimal): -12402467 or 14532674. OLE color: 14532674.

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

Color convert

RGB66192221-
CMYK0.700.1300.13
HSL191.23º69.51%56.27%-
HSV(B)191.23º70.14%86.67%-
XYZ34.1544.0875.11-
YUV157.63163.7662.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.78%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=13.78%
G=40.08%
B=46.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661922210.700.1300.13191.2369.5156.27
Hex42C0DD46D0Dbf4638
Octal1023003351061501527710670
Binary100001011000000110111011000110110101101101111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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