Shades of Summer Sky #42BBEE
Tints of Summer Sky #42BBEE
RGB
CMYK
RGB Variations
Color information
#42BBEE (or 0x42BBEE) is known color: Summer Sky. HEX triplet: 42, BB and EE. RGB value is (66,187,238). Sum of RGB (Red+Green+Blue) = 66+187+238=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #42BBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBEE is #BD4411. Grayscale: #9C9C9C. Windows color (decimal): -12403730 or 15645506. OLE color: 15645506.
HSL color Cylindrical-coordinate representation of color #42BBEE: hue angle of 197.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BBEE is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 187 | 238 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.07 |
| HSL | 197.79º | 0.83% | 0.6% | - |
| HSV(B) | 197.79º | 0.72% | 0.93% | - |
| XYZ | 35.45 | 42.87 | 87.3 | - |
| YUV | 156.64 | 173.91 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 238 | 0.72 | 0.21 | 0 | 0.07 | 197.79 | 0.83 | 0.6 |
| Hex | 42 | BB | EE | 48 | 15 | 0 | 7 | C6 | 53 | 3C |
| Octal | 102 | 273 | 356 | 110 | 25 | 0 | 7 | 306 | 123 | 74 |
| Binary | 1000010 | 10111011 | 11101110 | 1001000 | 10101 | 0 | 111 | 11000110 | 1010011 | 111100 |
Color Harmonies of #42BBEE
Complementary color
Monochromatic Colors of #42BBEE
Black with #42BBEE
Text Example
Text Example
White with #42BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBEE; }
p { color: rgb(66,187,238); }
H1.HeaderClassName
{
color: #42BBEE;
}
.AnyTagClassName
{
color: #42BBEE;
}
</style>
background-color css
<style>
a { background-color: #42BBEE; }
a { background-color: rgb(66,187,238); }
div.DivClassName
{
background-color: #42BBEE;
}
.BgClassName
{
background-color: #42BBEE;
}
</style>
border-color css
<style>
span { border-color: #42BBEE; }
span { border-color: rgb(66,187,238); }
td.TdClassName
{
border-color: #42BBEE;
}
.TagClassName
{
border-color: #42BBEE;
}
</style>