Shades of Deep Sky Blue #09BDFF
Tints of Deep Sky Blue #09BDFF
RGB
CMYK
RGB Variations
Color information
#09BDFF (or 0x09BDFF) is known color: Deep Sky Blue. HEX triplet: 09, BD and FF. RGB value is (9,189,255). Sum of RGB (Red+Green+Blue) = 9+189+255=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #09BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDFF is #F64200. Grayscale: #8E8E8E. Windows color (decimal): -16138753 or 16760073. OLE color: 16760073.
HSL color Cylindrical-coordinate representation of color #09BDFF: hue angle of 196.1º 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 #09BDFF is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 189 | 255 | - |
| CMYK | 0.96 | 0.26 | 0 | 0 |
| HSL | 196.1º | 1% | 0.52% | - |
| HSV(B) | 196.1º | 0.96% | 1% | - |
| XYZ | 36.36 | 43.67 | 101.12 | - |
| YUV | 142.7 | 191.37 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 255 | 0.96 | 0.26 | 0 | 0 | 196.1 | 1 | 0.52 |
| Hex | 9 | BD | FF | 60 | 1A | 0 | 0 | C4 | 64 | 34 |
| Octal | 11 | 275 | 377 | 140 | 32 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1001 | 10111101 | 11111111 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #09BDFF
Complementary color
Monochromatic Colors of #09BDFF
Black with #09BDFF
Text Example
Text Example
White with #09BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDFF; }
p { color: rgb(9,189,255); }
H1.HeaderClassName
{
color: #09BDFF;
}
.AnyTagClassName
{
color: #09BDFF;
}
</style>
background-color css
<style>
a { background-color: #09BDFF; }
a { background-color: rgb(9,189,255); }
div.DivClassName
{
background-color: #09BDFF;
}
.BgClassName
{
background-color: #09BDFF;
}
</style>
border-color css
<style>
span { border-color: #09BDFF; }
span { border-color: rgb(9,189,255); }
td.TdClassName
{
border-color: #09BDFF;
}
.TagClassName
{
border-color: #09BDFF;
}
</style>