Shades of Summer Sky #42BCEC
Tints of Summer Sky #42BCEC
RGB
CMYK
RGB Variations
Color information
#42BCEC (or 0x42BCEC) is known color: Summer Sky. HEX triplet: 42, BC and EC. RGB value is (66,188,236). Sum of RGB (Red+Green+Blue) = 66+188+236=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #42BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCEC is #BD4313. Grayscale: #9C9C9C. Windows color (decimal): -12403476 or 15514690. OLE color: 15514690.
HSL color Cylindrical-coordinate representation of color #42BCEC: hue angle of 196.94º 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 #42BCEC is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 188 | 236 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.07 |
| HSL | 196.94º | 0.82% | 0.59% | - |
| HSV(B) | 196.94º | 0.72% | 0.93% | - |
| XYZ | 35.37 | 43.18 | 85.83 | - |
| YUV | 156.99 | 172.58 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 236 | 0.72 | 0.20 | 0 | 0.07 | 196.94 | 0.82 | 0.59 |
| Hex | 42 | BC | EC | 48 | 14 | 0 | 7 | C5 | 52 | 3B |
| Octal | 102 | 274 | 354 | 110 | 24 | 0 | 7 | 305 | 122 | 73 |
| Binary | 1000010 | 10111100 | 11101100 | 1001000 | 10100 | 0 | 111 | 11000101 | 1010010 | 111011 |
Color Harmonies of #42BCEC
Complementary color
Monochromatic Colors of #42BCEC
Black with #42BCEC
Text Example
Text Example
White with #42BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCEC; }
p { color: rgb(66,188,236); }
H1.HeaderClassName
{
color: #42BCEC;
}
.AnyTagClassName
{
color: #42BCEC;
}
</style>
background-color css
<style>
a { background-color: #42BCEC; }
a { background-color: rgb(66,188,236); }
div.DivClassName
{
background-color: #42BCEC;
}
.BgClassName
{
background-color: #42BCEC;
}
</style>
border-color css
<style>
span { border-color: #42BCEC; }
span { border-color: rgb(66,188,236); }
td.TdClassName
{
border-color: #42BCEC;
}
.TagClassName
{
border-color: #42BCEC;
}
</style>