Shades of Summer Sky #42BBEC
Tints of Summer Sky #42BBEC
RGB
CMYK
RGB Variations
Color information
#42BBEC (or 0x42BBEC) is known color: Summer Sky. HEX triplet: 42, BB and EC. RGB value is (66,187,236). Sum of RGB (Red+Green+Blue) = 66+187+236=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #42BBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBEC is #BD4413. Grayscale: #9C9C9C. Windows color (decimal): -12403732 or 15514434. OLE color: 15514434.
HSL color Cylindrical-coordinate representation of color #42BBEC: hue angle of 197.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 #42BBEC is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 187 | 236 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.07 |
| HSL | 197.29º | 0.82% | 0.59% | - |
| HSV(B) | 197.29º | 0.72% | 0.93% | - |
| XYZ | 35.16 | 42.76 | 85.76 | - |
| YUV | 156.41 | 172.91 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 236 | 0.72 | 0.21 | 0 | 0.07 | 197.29 | 0.82 | 0.59 |
| Hex | 42 | BB | EC | 48 | 15 | 0 | 7 | C5 | 52 | 3B |
| Octal | 102 | 273 | 354 | 110 | 25 | 0 | 7 | 305 | 122 | 73 |
| Binary | 1000010 | 10111011 | 11101100 | 1001000 | 10101 | 0 | 111 | 11000101 | 1010010 | 111011 |
Color Harmonies of #42BBEC
Complementary color
Monochromatic Colors of #42BBEC
Black with #42BBEC
Text Example
Text Example
White with #42BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBEC; }
p { color: rgb(66,187,236); }
H1.HeaderClassName
{
color: #42BBEC;
}
.AnyTagClassName
{
color: #42BBEC;
}
</style>
background-color css
<style>
a { background-color: #42BBEC; }
a { background-color: rgb(66,187,236); }
div.DivClassName
{
background-color: #42BBEC;
}
.BgClassName
{
background-color: #42BBEC;
}
</style>
border-color css
<style>
span { border-color: #42BBEC; }
span { border-color: rgb(66,187,236); }
td.TdClassName
{
border-color: #42BBEC;
}
.TagClassName
{
border-color: #42BBEC;
}
</style>