Shades of Deep Sky Blue #0BCAFB
Tints of Deep Sky Blue #0BCAFB
RGB
CMYK
RGB Variations
Color information
#0BCAFB (or 0x0BCAFB) is known color: Deep Sky Blue. HEX triplet: 0B, CA and FB. RGB value is (11,202,251). Sum of RGB (Red+Green+Blue) = 11+202+251=464 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BCAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCAFB is #F43504. Grayscale: #969696. Windows color (decimal): -16004357 or 16501259. OLE color: 16501259.
HSL color Cylindrical-coordinate representation of color #0BCAFB: hue angle of 192.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCAFB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 202 | 251 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.02 |
| HSL | 192.25º | 0.97% | 0.51% | - |
| HSV(B) | 192.25º | 0.96% | 0.98% | - |
| XYZ | 38.67 | 49.28 | 98.74 | - |
| YUV | 150.48 | 184.72 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 251 | 0.96 | 0.20 | 0 | 0.02 | 192.25 | 0.97 | 0.51 |
| Hex | B | CA | FB | 60 | 14 | 0 | 2 | C0 | 61 | 33 |
| Octal | 13 | 312 | 373 | 140 | 24 | 0 | 2 | 300 | 141 | 63 |
| Binary | 1011 | 11001010 | 11111011 | 1100000 | 10100 | 0 | 10 | 11000000 | 1100001 | 110011 |
Color Harmonies of #0BCAFB
Complementary color
Monochromatic Colors of #0BCAFB
Black with #0BCAFB
Text Example
Text Example
White with #0BCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAFB; }
p { color: rgb(11,202,251); }
H1.HeaderClassName
{
color: #0BCAFB;
}
.AnyTagClassName
{
color: #0BCAFB;
}
</style>
background-color css
<style>
a { background-color: #0BCAFB; }
a { background-color: rgb(11,202,251); }
div.DivClassName
{
background-color: #0BCAFB;
}
.BgClassName
{
background-color: #0BCAFB;
}
</style>
border-color css
<style>
span { border-color: #0BCAFB; }
span { border-color: rgb(11,202,251); }
td.TdClassName
{
border-color: #0BCAFB;
}
.TagClassName
{
border-color: #0BCAFB;
}
</style>