Shades of Deep Sky Blue #0BCFFE
Tints of Deep Sky Blue #0BCFFE
RGB
CMYK
RGB Variations
Color information
#0BCFFE (or 0x0BCFFE) is known color: Deep Sky Blue. HEX triplet: 0B, CF and FE. RGB value is (11,207,254). Sum of RGB (Red+Green+Blue) = 11+207+254=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BCFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCFFE is #F43001. Grayscale: #999999. Windows color (decimal): -16003074 or 16699147. OLE color: 16699147.
HSL color Cylindrical-coordinate representation of color #0BCFFE: hue angle of 191.6º 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 #0BCFFE is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 207 | 254 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.00 |
| HSL | 191.6º | 0.99% | 0.52% | - |
| HSV(B) | 191.6º | 0.96% | 1% | - |
| XYZ | 40.34 | 51.85 | 101.65 | - |
| YUV | 153.75 | 184.57 | 26.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 254 | 0.96 | 0.19 | 0 | 0.00 | 191.6 | 0.99 | 0.52 |
| Hex | B | CF | FE | 60 | 13 | 0 | 0 | C0 | 63 | 34 |
| Octal | 13 | 317 | 376 | 140 | 23 | 0 | 0 | 300 | 143 | 64 |
| Binary | 1011 | 11001111 | 11111110 | 1100000 | 10011 | 0 | 0 | 11000000 | 1100011 | 110100 |
Color Harmonies of #0BCFFE
Complementary color
Monochromatic Colors of #0BCFFE
Black with #0BCFFE
Text Example
Text Example
White with #0BCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFFE; }
p { color: rgb(11,207,254); }
H1.HeaderClassName
{
color: #0BCFFE;
}
.AnyTagClassName
{
color: #0BCFFE;
}
</style>
background-color css
<style>
a { background-color: #0BCFFE; }
a { background-color: rgb(11,207,254); }
div.DivClassName
{
background-color: #0BCFFE;
}
.BgClassName
{
background-color: #0BCFFE;
}
</style>
border-color css
<style>
span { border-color: #0BCFFE; }
span { border-color: rgb(11,207,254); }
td.TdClassName
{
border-color: #0BCFFE;
}
.TagClassName
{
border-color: #0BCFFE;
}
</style>