Shades of Deep Sky Blue #0BD9FF
Tints of Deep Sky Blue #0BD9FF
RGB
CMYK
RGB Variations
Color information
#0BD9FF (or 0x0BD9FF) is known color: Deep Sky Blue. HEX triplet: 0B, D9 and FF. RGB value is (11,217,255). Sum of RGB (Red+Green+Blue) = 11+217+255=483 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BD9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD9FF is #F42600. Grayscale: #9F9F9F. Windows color (decimal): -16000513 or 16767243. OLE color: 16767243.
HSL color Cylindrical-coordinate representation of color #0BD9FF: hue angle of 189.34º 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 #0BD9FF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 217 | 255 | - |
| CMYK | 0.96 | 0.15 | 0 | 0 |
| HSL | 189.34º | 1% | 0.52% | - |
| HSV(B) | 189.34º | 0.96% | 1% | - |
| XYZ | 43 | 56.92 | 103.33 | - |
| YUV | 159.74 | 181.75 | 21.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 217 | 255 | 0.96 | 0.15 | 0 | 0 | 189.34 | 1 | 0.52 |
| Hex | B | D9 | FF | 60 | F | 0 | 0 | BD | 64 | 34 |
| Octal | 13 | 331 | 377 | 140 | 17 | 0 | 0 | 275 | 144 | 64 |
| Binary | 1011 | 11011001 | 11111111 | 1100000 | 1111 | 0 | 0 | 10111101 | 1100100 | 110100 |
Color Harmonies of #0BD9FF
Complementary color
Monochromatic Colors of #0BD9FF
Black with #0BD9FF
Text Example
Text Example
White with #0BD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD9FF; }
p { color: rgb(11,217,255); }
H1.HeaderClassName
{
color: #0BD9FF;
}
.AnyTagClassName
{
color: #0BD9FF;
}
</style>
background-color css
<style>
a { background-color: #0BD9FF; }
a { background-color: rgb(11,217,255); }
div.DivClassName
{
background-color: #0BD9FF;
}
.BgClassName
{
background-color: #0BD9FF;
}
</style>
border-color css
<style>
span { border-color: #0BD9FF; }
span { border-color: rgb(11,217,255); }
td.TdClassName
{
border-color: #0BD9FF;
}
.TagClassName
{
border-color: #0BD9FF;
}
</style>