Shades of Summer Sky #42CEEC
Tints of Summer Sky #42CEEC
RGB
CMYK
RGB Variations
Color information
#42CEEC (or 0x42CEEC) is known color: Summer Sky. HEX triplet: 42, CE and EC. RGB value is (66,206,236). Sum of RGB (Red+Green+Blue) = 66+206+236=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #42CEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CEEC is #BD3113. Grayscale: #A7A7A7. Windows color (decimal): -12398868 or 15519298. OLE color: 15519298.
HSL color Cylindrical-coordinate representation of color #42CEEC: hue angle of 190.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42CEEC is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 206 | 236 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.07 |
| HSL | 190.59º | 0.82% | 0.59% | - |
| HSV(B) | 190.59º | 0.72% | 0.93% | - |
| XYZ | 39.46 | 51.36 | 87.19 | - |
| YUV | 167.56 | 166.62 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 236 | 0.72 | 0.13 | 0 | 0.07 | 190.59 | 0.82 | 0.59 |
| Hex | 42 | CE | EC | 48 | D | 0 | 7 | BF | 52 | 3B |
| Octal | 102 | 316 | 354 | 110 | 15 | 0 | 7 | 277 | 122 | 73 |
| Binary | 1000010 | 11001110 | 11101100 | 1001000 | 1101 | 0 | 111 | 10111111 | 1010010 | 111011 |
Color Harmonies of #42CEEC
Complementary color
Monochromatic Colors of #42CEEC
Black with #42CEEC
Text Example
Text Example
White with #42CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEEC; }
p { color: rgb(66,206,236); }
H1.HeaderClassName
{
color: #42CEEC;
}
.AnyTagClassName
{
color: #42CEEC;
}
</style>
background-color css
<style>
a { background-color: #42CEEC; }
a { background-color: rgb(66,206,236); }
div.DivClassName
{
background-color: #42CEEC;
}
.BgClassName
{
background-color: #42CEEC;
}
</style>
border-color css
<style>
span { border-color: #42CEEC; }
span { border-color: rgb(66,206,236); }
td.TdClassName
{
border-color: #42CEEC;
}
.TagClassName
{
border-color: #42CEEC;
}
</style>