Shades of Deep Sky Blue #0BD0FE
Tints of Deep Sky Blue #0BD0FE
RGB
CMYK
RGB Variations
Color information
#0BD0FE (or 0x0BD0FE) is known color: Deep Sky Blue. HEX triplet: 0B, D0 and FE. RGB value is (11,208,254). Sum of RGB (Red+Green+Blue) = 11+208+254=473 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BD0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD0FE is #F42F01. Grayscale: #999999. Windows color (decimal): -16002818 or 16699403. OLE color: 16699403.
HSL color Cylindrical-coordinate representation of color #0BD0FE: hue angle of 191.36º 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 #0BD0FE is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 208 | 254 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.00 |
| HSL | 191.36º | 0.99% | 0.52% | - |
| HSV(B) | 191.36º | 0.96% | 1% | - |
| XYZ | 40.58 | 52.34 | 101.73 | - |
| YUV | 154.34 | 184.23 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 208 | 254 | 0.96 | 0.18 | 0 | 0.00 | 191.36 | 0.99 | 0.52 |
| Hex | B | D0 | FE | 60 | 12 | 0 | 0 | BF | 63 | 34 |
| Octal | 13 | 320 | 376 | 140 | 22 | 0 | 0 | 277 | 143 | 64 |
| Binary | 1011 | 11010000 | 11111110 | 1100000 | 10010 | 0 | 0 | 10111111 | 1100011 | 110100 |
Color Harmonies of #0BD0FE
Complementary color
Monochromatic Colors of #0BD0FE
Black with #0BD0FE
Text Example
Text Example
White with #0BD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD0FE; }
p { color: rgb(11,208,254); }
H1.HeaderClassName
{
color: #0BD0FE;
}
.AnyTagClassName
{
color: #0BD0FE;
}
</style>
background-color css
<style>
a { background-color: #0BD0FE; }
a { background-color: rgb(11,208,254); }
div.DivClassName
{
background-color: #0BD0FE;
}
.BgClassName
{
background-color: #0BD0FE;
}
</style>
border-color css
<style>
span { border-color: #0BD0FE; }
span { border-color: rgb(11,208,254); }
td.TdClassName
{
border-color: #0BD0FE;
}
.TagClassName
{
border-color: #0BD0FE;
}
</style>