Shades of Deep Sky Blue #0BC8FF
Tints of Deep Sky Blue #0BC8FF
RGB
CMYK
RGB Variations
Color information
#0BC8FF (or 0x0BC8FF) is known color: Deep Sky Blue. HEX triplet: 0B, C8 and FF. RGB value is (11,200,255). Sum of RGB (Red+Green+Blue) = 11+200+255=466 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BC8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC8FF is #F43700. Grayscale: #959595. Windows color (decimal): -16004865 or 16762891. OLE color: 16762891.
HSL color Cylindrical-coordinate representation of color #0BC8FF: hue angle of 193.52º 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 #0BC8FF is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 200 | 255 | - |
| CMYK | 0.96 | 0.22 | 0 | 0 |
| HSL | 193.52º | 1% | 0.52% | - |
| HSV(B) | 193.52º | 0.96% | 1% | - |
| XYZ | 38.84 | 48.6 | 101.94 | - |
| YUV | 149.76 | 187.38 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 200 | 255 | 0.96 | 0.22 | 0 | 0 | 193.52 | 1 | 0.52 |
| Hex | B | C8 | FF | 60 | 16 | 0 | 0 | C2 | 64 | 34 |
| Octal | 13 | 310 | 377 | 140 | 26 | 0 | 0 | 302 | 144 | 64 |
| Binary | 1011 | 11001000 | 11111111 | 1100000 | 10110 | 0 | 0 | 11000010 | 1100100 | 110100 |
Color Harmonies of #0BC8FF
Complementary color
Monochromatic Colors of #0BC8FF
Black with #0BC8FF
Text Example
Text Example
White with #0BC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC8FF; }
p { color: rgb(11,200,255); }
H1.HeaderClassName
{
color: #0BC8FF;
}
.AnyTagClassName
{
color: #0BC8FF;
}
</style>
background-color css
<style>
a { background-color: #0BC8FF; }
a { background-color: rgb(11,200,255); }
div.DivClassName
{
background-color: #0BC8FF;
}
.BgClassName
{
background-color: #0BC8FF;
}
</style>
border-color css
<style>
span { border-color: #0BC8FF; }
span { border-color: rgb(11,200,255); }
td.TdClassName
{
border-color: #0BC8FF;
}
.TagClassName
{
border-color: #0BC8FF;
}
</style>