Shades of Deep Sky Blue #0BC0F1
Tints of Deep Sky Blue #0BC0F1
RGB
CMYK
RGB Variations
Color information
#0BC0F1 (or 0x0BC0F1) is known color: Deep Sky Blue. HEX triplet: 0B, C0 and F1. RGB value is (11,192,241). Sum of RGB (Red+Green+Blue) = 11+192+241=444 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #0BC0F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC0F1 is #F43F0E. Grayscale: #8F8F8F. Windows color (decimal): -16006927 or 15843339. OLE color: 15843339.
HSL color Cylindrical-coordinate representation of color #0BC0F1: hue angle of 192.78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC0F1 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 192 | 241 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.05 |
| HSL | 192.78º | 0.91% | 0.49% | - |
| HSV(B) | 192.78º | 0.95% | 0.95% | - |
| XYZ | 34.86 | 44.12 | 89.9 | - |
| YUV | 143.47 | 183.03 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 241 | 0.95 | 0.20 | 0 | 0.05 | 192.78 | 0.91 | 0.49 |
| Hex | B | C0 | F1 | 5F | 14 | 0 | 5 | C1 | 5B | 31 |
| Octal | 13 | 300 | 361 | 137 | 24 | 0 | 5 | 301 | 133 | 61 |
| Binary | 1011 | 11000000 | 11110001 | 1011111 | 10100 | 0 | 101 | 11000001 | 1011011 | 110001 |
Color Harmonies of #0BC0F1
Complementary color
Monochromatic Colors of #0BC0F1
Black with #0BC0F1
Text Example
Text Example
White with #0BC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC0F1; }
p { color: rgb(11,192,241); }
H1.HeaderClassName
{
color: #0BC0F1;
}
.AnyTagClassName
{
color: #0BC0F1;
}
</style>
background-color css
<style>
a { background-color: #0BC0F1; }
a { background-color: rgb(11,192,241); }
div.DivClassName
{
background-color: #0BC0F1;
}
.BgClassName
{
background-color: #0BC0F1;
}
</style>
border-color css
<style>
span { border-color: #0BC0F1; }
span { border-color: rgb(11,192,241); }
td.TdClassName
{
border-color: #0BC0F1;
}
.TagClassName
{
border-color: #0BC0F1;
}
</style>