Shades of Summer Sky #42CCEC
Tints of Summer Sky #42CCEC
RGB
CMYK
RGB Variations
Color information
#42CCEC (or 0x42CCEC) is known color: Summer Sky. HEX triplet: 42, CC and EC. RGB value is (66,204,236). Sum of RGB (Red+Green+Blue) = 66+204+236=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #42CCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CCEC is #BD3313. Grayscale: #A6A6A6. Windows color (decimal): -12399380 or 15518786. OLE color: 15518786.
HSL color Cylindrical-coordinate representation of color #42CCEC: hue angle of 191.29º 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 #42CCEC is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 204 | 236 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.07 |
| HSL | 191.29º | 0.82% | 0.59% | - |
| HSV(B) | 191.29º | 0.72% | 0.93% | - |
| XYZ | 38.98 | 50.4 | 87.03 | - |
| YUV | 166.39 | 167.28 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 236 | 0.72 | 0.14 | 0 | 0.07 | 191.29 | 0.82 | 0.59 |
| Hex | 42 | CC | EC | 48 | E | 0 | 7 | BF | 52 | 3B |
| Octal | 102 | 314 | 354 | 110 | 16 | 0 | 7 | 277 | 122 | 73 |
| Binary | 1000010 | 11001100 | 11101100 | 1001000 | 1110 | 0 | 111 | 10111111 | 1010010 | 111011 |
Color Harmonies of #42CCEC
Complementary color
Monochromatic Colors of #42CCEC
Black with #42CCEC
Text Example
Text Example
White with #42CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCEC; }
p { color: rgb(66,204,236); }
H1.HeaderClassName
{
color: #42CCEC;
}
.AnyTagClassName
{
color: #42CCEC;
}
</style>
background-color css
<style>
a { background-color: #42CCEC; }
a { background-color: rgb(66,204,236); }
div.DivClassName
{
background-color: #42CCEC;
}
.BgClassName
{
background-color: #42CCEC;
}
</style>
border-color css
<style>
span { border-color: #42CCEC; }
span { border-color: rgb(66,204,236); }
td.TdClassName
{
border-color: #42CCEC;
}
.TagClassName
{
border-color: #42CCEC;
}
</style>