Shades of Deep Sky Blue #06BBFF
Tints of Deep Sky Blue #06BBFF
RGB
CMYK
RGB Variations
Color information
#06BBFF (or 0x06BBFF) is known color: Deep Sky Blue. HEX triplet: 06, BB and FF. RGB value is (6,187,255). Sum of RGB (Red+Green+Blue) = 6+187+255=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #06BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BBFF is #F94400. Grayscale: #8C8C8C. Windows color (decimal): -16335873 or 16759558. OLE color: 16759558.
HSL color Cylindrical-coordinate representation of color #06BBFF: hue angle of 196.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BBFF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 187 | 255 | - |
| CMYK | 0.98 | 0.27 | 0 | 0 |
| HSL | 196.39º | 1% | 0.51% | - |
| HSV(B) | 196.39º | 0.98% | 1% | - |
| XYZ | 35.9 | 42.8 | 100.98 | - |
| YUV | 140.63 | 192.53 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 255 | 0.98 | 0.27 | 0 | 0 | 196.39 | 1 | 0.51 |
| Hex | 6 | BB | FF | 62 | 1B | 0 | 0 | C4 | 64 | 33 |
| Octal | 6 | 273 | 377 | 142 | 33 | 0 | 0 | 304 | 144 | 63 |
| Binary | 110 | 10111011 | 11111111 | 1100010 | 11011 | 0 | 0 | 11000100 | 1100100 | 110011 |
Color Harmonies of #06BBFF
Complementary color
Monochromatic Colors of #06BBFF
Black with #06BBFF
Text Example
Text Example
White with #06BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBFF; }
p { color: rgb(6,187,255); }
H1.HeaderClassName
{
color: #06BBFF;
}
.AnyTagClassName
{
color: #06BBFF;
}
</style>
background-color css
<style>
a { background-color: #06BBFF; }
a { background-color: rgb(6,187,255); }
div.DivClassName
{
background-color: #06BBFF;
}
.BgClassName
{
background-color: #06BBFF;
}
</style>
border-color css
<style>
span { border-color: #06BBFF; }
span { border-color: rgb(6,187,255); }
td.TdClassName
{
border-color: #06BBFF;
}
.TagClassName
{
border-color: #06BBFF;
}
</style>