Shades of Deep Sky Blue #06BBE8
Tints of Deep Sky Blue #06BBE8
RGB
CMYK
RGB Variations
Color information
#06BBE8 (or 0x06BBE8) is known color: Deep Sky Blue. HEX triplet: 06, BB and E8. RGB value is (6,187,232). Sum of RGB (Red+Green+Blue) = 6+187+232=425 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #06BBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BBE8 is #F94417. Grayscale: #898989. Windows color (decimal): -16335896 or 15252230. OLE color: 15252230.
HSL color Cylindrical-coordinate representation of color #06BBE8: hue angle of 191.95º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBE8 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 187 | 232 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.09 |
| HSL | 191.95º | 0.95% | 0.47% | - |
| HSV(B) | 191.95º | 0.97% | 0.91% | - |
| XYZ | 32.41 | 41.41 | 82.63 | - |
| YUV | 138.01 | 181.03 | 33.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 232 | 0.97 | 0.19 | 0 | 0.09 | 191.95 | 0.95 | 0.47 |
| Hex | 6 | BB | E8 | 61 | 13 | 0 | 9 | C0 | 5F | 2F |
| Octal | 6 | 273 | 350 | 141 | 23 | 0 | 11 | 300 | 137 | 57 |
| Binary | 110 | 10111011 | 11101000 | 1100001 | 10011 | 0 | 1001 | 11000000 | 1011111 | 101111 |
Color Harmonies of #06BBE8
Complementary color
Monochromatic Colors of #06BBE8
Black with #06BBE8
Text Example
Text Example
White with #06BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBE8; }
p { color: rgb(6,187,232); }
H1.HeaderClassName
{
color: #06BBE8;
}
.AnyTagClassName
{
color: #06BBE8;
}
</style>
background-color css
<style>
a { background-color: #06BBE8; }
a { background-color: rgb(6,187,232); }
div.DivClassName
{
background-color: #06BBE8;
}
.BgClassName
{
background-color: #06BBE8;
}
</style>
border-color css
<style>
span { border-color: #06BBE8; }
span { border-color: rgb(6,187,232); }
td.TdClassName
{
border-color: #06BBE8;
}
.TagClassName
{
border-color: #06BBE8;
}
</style>