Shades of Deep Sky Blue #0BD1FE
Tints of Deep Sky Blue #0BD1FE
RGB
CMYK
RGB Variations
Color information
#0BD1FE (or 0x0BD1FE) is known color: Deep Sky Blue. HEX triplet: 0B, D1 and FE. RGB value is (11,209,254). Sum of RGB (Red+Green+Blue) = 11+209+254=474 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.32% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BD1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD1FE is #F42E01. Grayscale: #9A9A9A. Windows color (decimal): -16002562 or 16699659. OLE color: 16699659.
HSL color Cylindrical-coordinate representation of color #0BD1FE: hue angle of 191.11º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BD1FE is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 209 | 254 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.00 |
| HSL | 191.11º | 0.99% | 0.52% | - |
| HSV(B) | 191.11º | 0.96% | 1% | - |
| XYZ | 40.83 | 52.83 | 101.81 | - |
| YUV | 154.93 | 183.9 | 25.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 254 | 0.96 | 0.18 | 0 | 0.00 | 191.11 | 0.99 | 0.52 |
| Hex | B | D1 | FE | 60 | 12 | 0 | 0 | BF | 63 | 34 |
| Octal | 13 | 321 | 376 | 140 | 22 | 0 | 0 | 277 | 143 | 64 |
| Binary | 1011 | 11010001 | 11111110 | 1100000 | 10010 | 0 | 0 | 10111111 | 1100011 | 110100 |
Color Harmonies of #0BD1FE
Complementary color
Monochromatic Colors of #0BD1FE
Black with #0BD1FE
Text Example
Text Example
White with #0BD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD1FE; }
p { color: rgb(11,209,254); }
H1.HeaderClassName
{
color: #0BD1FE;
}
.AnyTagClassName
{
color: #0BD1FE;
}
</style>
background-color css
<style>
a { background-color: #0BD1FE; }
a { background-color: rgb(11,209,254); }
div.DivClassName
{
background-color: #0BD1FE;
}
.BgClassName
{
background-color: #0BD1FE;
}
</style>
border-color css
<style>
span { border-color: #0BD1FE; }
span { border-color: rgb(11,209,254); }
td.TdClassName
{
border-color: #0BD1FE;
}
.TagClassName
{
border-color: #0BD1FE;
}
</style>