Shades of Deep Sky Blue #0BC5FF
Tints of Deep Sky Blue #0BC5FF
RGB
CMYK
RGB Variations
Color information
#0BC5FF (or 0x0BC5FF) is known color: Deep Sky Blue. HEX triplet: 0B, C5 and FF. RGB value is (11,197,255). Sum of RGB (Red+Green+Blue) = 11+197+255=463 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.38% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BC5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC5FF is #F43A00. Grayscale: #939393. Windows color (decimal): -16005633 or 16762123. OLE color: 16762123.
HSL color Cylindrical-coordinate representation of color #0BC5FF: hue angle of 194.26º 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 #0BC5FF is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 197 | 255 | - |
| CMYK | 0.96 | 0.23 | 0 | 0 |
| HSL | 194.26º | 1% | 0.52% | - |
| HSV(B) | 194.26º | 0.96% | 1% | - |
| XYZ | 38.15 | 47.22 | 101.71 | - |
| YUV | 148 | 188.38 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 197 | 255 | 0.96 | 0.23 | 0 | 0 | 194.26 | 1 | 0.52 |
| Hex | B | C5 | FF | 60 | 17 | 0 | 0 | C2 | 64 | 34 |
| Octal | 13 | 305 | 377 | 140 | 27 | 0 | 0 | 302 | 144 | 64 |
| Binary | 1011 | 11000101 | 11111111 | 1100000 | 10111 | 0 | 0 | 11000010 | 1100100 | 110100 |
Color Harmonies of #0BC5FF
Complementary color
Monochromatic Colors of #0BC5FF
Black with #0BC5FF
Text Example
Text Example
White with #0BC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC5FF; }
p { color: rgb(11,197,255); }
H1.HeaderClassName
{
color: #0BC5FF;
}
.AnyTagClassName
{
color: #0BC5FF;
}
</style>
background-color css
<style>
a { background-color: #0BC5FF; }
a { background-color: rgb(11,197,255); }
div.DivClassName
{
background-color: #0BC5FF;
}
.BgClassName
{
background-color: #0BC5FF;
}
</style>
border-color css
<style>
span { border-color: #0BC5FF; }
span { border-color: rgb(11,197,255); }
td.TdClassName
{
border-color: #0BC5FF;
}
.TagClassName
{
border-color: #0BC5FF;
}
</style>