Shades of Deep Sky Blue #09BBFF
Tints of Deep Sky Blue #09BBFF
RGB
CMYK
RGB Variations
Color information
#09BBFF (or 0x09BBFF) is known color: Deep Sky Blue. HEX triplet: 09, BB and FF. RGB value is (9,187,255). Sum of RGB (Red+Green+Blue) = 9+187+255=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #09BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BBFF is #F64400. Grayscale: #8D8D8D. Windows color (decimal): -16139265 or 16759561. OLE color: 16759561.
HSL color Cylindrical-coordinate representation of color #09BBFF: hue angle of 196.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BBFF is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 187 | 255 | - |
| CMYK | 0.96 | 0.27 | 0 | 0 |
| HSL | 196.59º | 1% | 0.52% | - |
| HSV(B) | 196.59º | 0.96% | 1% | - |
| XYZ | 35.93 | 42.82 | 100.98 | - |
| YUV | 141.53 | 192.03 | 33.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 255 | 0.96 | 0.27 | 0 | 0 | 196.59 | 1 | 0.52 |
| Hex | 9 | BB | FF | 60 | 1B | 0 | 0 | C5 | 64 | 34 |
| Octal | 11 | 273 | 377 | 140 | 33 | 0 | 0 | 305 | 144 | 64 |
| Binary | 1001 | 10111011 | 11111111 | 1100000 | 11011 | 0 | 0 | 11000101 | 1100100 | 110100 |
Color Harmonies of #09BBFF
Complementary color
Monochromatic Colors of #09BBFF
Black with #09BBFF
Text Example
Text Example
White with #09BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBFF; }
p { color: rgb(9,187,255); }
H1.HeaderClassName
{
color: #09BBFF;
}
.AnyTagClassName
{
color: #09BBFF;
}
</style>
background-color css
<style>
a { background-color: #09BBFF; }
a { background-color: rgb(9,187,255); }
div.DivClassName
{
background-color: #09BBFF;
}
.BgClassName
{
background-color: #09BBFF;
}
</style>
border-color css
<style>
span { border-color: #09BBFF; }
span { border-color: rgb(9,187,255); }
td.TdClassName
{
border-color: #09BBFF;
}
.TagClassName
{
border-color: #09BBFF;
}
</style>