Shades of Summer Sky #42BBDD
Tints of Summer Sky #42BBDD
RGB
CMYK
RGB Variations
Color information
#42BBDD (or 0x42BBDD) is known color: Summer Sky. HEX triplet: 42, BB and DD. RGB value is (66,187,221). Sum of RGB (Red+Green+Blue) = 66+187+221=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #42BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBDD is #BD4422. Grayscale: #9A9A9A. Windows color (decimal): -12403747 or 14531394. OLE color: 14531394.
HSL color Cylindrical-coordinate representation of color #42BBDD: hue angle of 193.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BBDD is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 187 | 221 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.13 |
| HSL | 193.16º | 0.7% | 0.56% | - |
| HSV(B) | 193.16º | 0.7% | 0.87% | - |
| XYZ | 33.07 | 41.92 | 74.75 | - |
| YUV | 154.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 221 | 0.70 | 0.15 | 0 | 0.13 | 193.16 | 0.7 | 0.56 |
| Hex | 42 | BB | DD | 46 | F | 0 | D | C1 | 46 | 38 |
| Octal | 102 | 273 | 335 | 106 | 17 | 0 | 15 | 301 | 106 | 70 |
| Binary | 1000010 | 10111011 | 11011101 | 1000110 | 1111 | 0 | 1101 | 11000001 | 1000110 | 111000 |
Color Harmonies of #42BBDD
Complementary color
Monochromatic Colors of #42BBDD
Black with #42BBDD
Text Example
Text Example
White with #42BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBDD; }
p { color: rgb(66,187,221); }
H1.HeaderClassName
{
color: #42BBDD;
}
.AnyTagClassName
{
color: #42BBDD;
}
</style>
background-color css
<style>
a { background-color: #42BBDD; }
a { background-color: rgb(66,187,221); }
div.DivClassName
{
background-color: #42BBDD;
}
.BgClassName
{
background-color: #42BBDD;
}
</style>
border-color css
<style>
span { border-color: #42BBDD; }
span { border-color: rgb(66,187,221); }
td.TdClassName
{
border-color: #42BBDD;
}
.TagClassName
{
border-color: #42BBDD;
}
</style>