Shades of Deep Sky Blue #0BCAF6
Tints of Deep Sky Blue #0BCAF6
RGB
CMYK
RGB Variations
Color information
#0BCAF6 (or 0x0BCAF6) is known color: Deep Sky Blue. HEX triplet: 0B, CA and F6. RGB value is (11,202,246). Sum of RGB (Red+Green+Blue) = 11+202+246=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #0BCAF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCAF6 is #F43509. Grayscale: #959595. Windows color (decimal): -16004362 or 16173579. OLE color: 16173579.
HSL color Cylindrical-coordinate representation of color #0BCAF6: hue angle of 191.23º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCAF6 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 202 | 246 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.04 |
| HSL | 191.23º | 0.93% | 0.5% | - |
| HSV(B) | 191.23º | 0.96% | 0.96% | - |
| XYZ | 37.89 | 48.97 | 94.64 | - |
| YUV | 149.91 | 182.22 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 246 | 0.96 | 0.18 | 0 | 0.04 | 191.23 | 0.93 | 0.5 |
| Hex | B | CA | F6 | 60 | 12 | 0 | 4 | BF | 5D | 32 |
| Octal | 13 | 312 | 366 | 140 | 22 | 0 | 4 | 277 | 135 | 62 |
| Binary | 1011 | 11001010 | 11110110 | 1100000 | 10010 | 0 | 100 | 10111111 | 1011101 | 110010 |
Color Harmonies of #0BCAF6
Complementary color
Monochromatic Colors of #0BCAF6
Black with #0BCAF6
Text Example
Text Example
White with #0BCAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAF6; }
p { color: rgb(11,202,246); }
H1.HeaderClassName
{
color: #0BCAF6;
}
.AnyTagClassName
{
color: #0BCAF6;
}
</style>
background-color css
<style>
a { background-color: #0BCAF6; }
a { background-color: rgb(11,202,246); }
div.DivClassName
{
background-color: #0BCAF6;
}
.BgClassName
{
background-color: #0BCAF6;
}
</style>
border-color css
<style>
span { border-color: #0BCAF6; }
span { border-color: rgb(11,202,246); }
td.TdClassName
{
border-color: #0BCAF6;
}
.TagClassName
{
border-color: #0BCAF6;
}
</style>