Shades of Summer Sky #42BBDB
Tints of Summer Sky #42BBDB
RGB
CMYK
RGB Variations
Color information
#42BBDB (or 0x42BBDB) is known color: Summer Sky. HEX triplet: 42, BB and DB. RGB value is (66,187,219). Sum of RGB (Red+Green+Blue) = 66+187+219=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #42BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBDB is #BD4424. Grayscale: #9A9A9A. Windows color (decimal): -12403749 or 14400322. OLE color: 14400322.
HSL color Cylindrical-coordinate representation of color #42BBDB: hue angle of 192.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BBDB is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 187 | 219 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.14 |
| HSL | 192.55º | 0.68% | 0.56% | - |
| HSV(B) | 192.55º | 0.7% | 0.86% | - |
| XYZ | 32.8 | 41.81 | 73.36 | - |
| YUV | 154.47 | 164.41 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 219 | 0.70 | 0.15 | 0 | 0.14 | 192.55 | 0.68 | 0.56 |
| Hex | 42 | BB | DB | 46 | F | 0 | E | C1 | 44 | 38 |
| Octal | 102 | 273 | 333 | 106 | 17 | 0 | 16 | 301 | 104 | 70 |
| Binary | 1000010 | 10111011 | 11011011 | 1000110 | 1111 | 0 | 1110 | 11000001 | 1000100 | 111000 |
Color Harmonies of #42BBDB
Complementary color
Monochromatic Colors of #42BBDB
Black with #42BBDB
Text Example
Text Example
White with #42BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBDB; }
p { color: rgb(66,187,219); }
H1.HeaderClassName
{
color: #42BBDB;
}
.AnyTagClassName
{
color: #42BBDB;
}
</style>
background-color css
<style>
a { background-color: #42BBDB; }
a { background-color: rgb(66,187,219); }
div.DivClassName
{
background-color: #42BBDB;
}
.BgClassName
{
background-color: #42BBDB;
}
</style>
border-color css
<style>
span { border-color: #42BBDB; }
span { border-color: rgb(66,187,219); }
td.TdClassName
{
border-color: #42BBDB;
}
.TagClassName
{
border-color: #42BBDB;
}
</style>