Shades of Summer Sky #42BBEB
Tints of Summer Sky #42BBEB
RGB
CMYK
RGB Variations
Color information
#42BBEB (or 0x42BBEB) is known color: Summer Sky. HEX triplet: 42, BB and EB. RGB value is (66,187,235). Sum of RGB (Red+Green+Blue) = 66+187+235=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #42BBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBEB is #BD4414. Grayscale: #9B9B9B. Windows color (decimal): -12403733 or 15448898. OLE color: 15448898.
HSL color Cylindrical-coordinate representation of color #42BBEB: hue angle of 197.04º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BBEB is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 187 | 235 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.08 |
| HSL | 197.04º | 0.81% | 0.59% | - |
| HSV(B) | 197.04º | 0.72% | 0.92% | - |
| XYZ | 35.01 | 42.7 | 84.99 | - |
| YUV | 156.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 235 | 0.72 | 0.20 | 0 | 0.08 | 197.04 | 0.81 | 0.59 |
| Hex | 42 | BB | EB | 48 | 14 | 0 | 8 | C5 | 51 | 3B |
| Octal | 102 | 273 | 353 | 110 | 24 | 0 | 10 | 305 | 121 | 73 |
| Binary | 1000010 | 10111011 | 11101011 | 1001000 | 10100 | 0 | 1000 | 11000101 | 1010001 | 111011 |
Color Harmonies of #42BBEB
Complementary color
Monochromatic Colors of #42BBEB
Black with #42BBEB
Text Example
Text Example
White with #42BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBEB; }
p { color: rgb(66,187,235); }
H1.HeaderClassName
{
color: #42BBEB;
}
.AnyTagClassName
{
color: #42BBEB;
}
</style>
background-color css
<style>
a { background-color: #42BBEB; }
a { background-color: rgb(66,187,235); }
div.DivClassName
{
background-color: #42BBEB;
}
.BgClassName
{
background-color: #42BBEB;
}
</style>
border-color css
<style>
span { border-color: #42BBEB; }
span { border-color: rgb(66,187,235); }
td.TdClassName
{
border-color: #42BBEB;
}
.TagClassName
{
border-color: #42BBEB;
}
</style>