Shades of Deep Sky Blue #0BCAEF
Tints of Deep Sky Blue #0BCAEF
RGB
CMYK
RGB Variations
Color information
#0BCAEF (or 0x0BCAEF) is known color: Deep Sky Blue. HEX triplet: 0B, CA and EF. RGB value is (11,202,239). Sum of RGB (Red+Green+Blue) = 11+202+239=452 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BCAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCAEF is #F43510. Grayscale: #949494. Windows color (decimal): -16004369 or 15714827. OLE color: 15714827.
HSL color Cylindrical-coordinate representation of color #0BCAEF: hue angle of 189.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCAEF is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 202 | 239 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.06 |
| HSL | 189.74º | 0.91% | 0.49% | - |
| HSV(B) | 189.74º | 0.95% | 0.94% | - |
| XYZ | 36.84 | 48.54 | 89.09 | - |
| YUV | 149.11 | 178.72 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 239 | 0.95 | 0.15 | 0 | 0.06 | 189.74 | 0.91 | 0.49 |
| Hex | B | CA | EF | 5F | F | 0 | 6 | BE | 5B | 31 |
| Octal | 13 | 312 | 357 | 137 | 17 | 0 | 6 | 276 | 133 | 61 |
| Binary | 1011 | 11001010 | 11101111 | 1011111 | 1111 | 0 | 110 | 10111110 | 1011011 | 110001 |
Color Harmonies of #0BCAEF
Complementary color
Monochromatic Colors of #0BCAEF
Black with #0BCAEF
Text Example
Text Example
White with #0BCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAEF; }
p { color: rgb(11,202,239); }
H1.HeaderClassName
{
color: #0BCAEF;
}
.AnyTagClassName
{
color: #0BCAEF;
}
</style>
background-color css
<style>
a { background-color: #0BCAEF; }
a { background-color: rgb(11,202,239); }
div.DivClassName
{
background-color: #0BCAEF;
}
.BgClassName
{
background-color: #0BCAEF;
}
</style>
border-color css
<style>
span { border-color: #0BCAEF; }
span { border-color: rgb(11,202,239); }
td.TdClassName
{
border-color: #0BCAEF;
}
.TagClassName
{
border-color: #0BCAEF;
}
</style>