Shades of Deep Sky Blue #0BCAFE
Tints of Deep Sky Blue #0BCAFE
RGB
CMYK
RGB Variations
Color information
#0BCAFE (or 0x0BCAFE) is known color: Deep Sky Blue. HEX triplet: 0B, CA and FE. RGB value is (11,202,254). Sum of RGB (Red+Green+Blue) = 11+202+254=467 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BCAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCAFE is #F43501. Grayscale: #969696. Windows color (decimal): -16004354 or 16697867. OLE color: 16697867.
HSL color Cylindrical-coordinate representation of color #0BCAFE: hue angle of 192.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCAFE is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 202 | 254 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.00 |
| HSL | 192.84º | 0.99% | 0.52% | - |
| HSV(B) | 192.84º | 0.96% | 1% | - |
| XYZ | 39.15 | 49.47 | 101.25 | - |
| YUV | 150.82 | 186.22 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 254 | 0.96 | 0.20 | 0 | 0.00 | 192.84 | 0.99 | 0.52 |
| Hex | B | CA | FE | 60 | 14 | 0 | 0 | C1 | 63 | 34 |
| Octal | 13 | 312 | 376 | 140 | 24 | 0 | 0 | 301 | 143 | 64 |
| Binary | 1011 | 11001010 | 11111110 | 1100000 | 10100 | 0 | 0 | 11000001 | 1100011 | 110100 |
Color Harmonies of #0BCAFE
Complementary color
Monochromatic Colors of #0BCAFE
Black with #0BCAFE
Text Example
Text Example
White with #0BCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAFE; }
p { color: rgb(11,202,254); }
H1.HeaderClassName
{
color: #0BCAFE;
}
.AnyTagClassName
{
color: #0BCAFE;
}
</style>
background-color css
<style>
a { background-color: #0BCAFE; }
a { background-color: rgb(11,202,254); }
div.DivClassName
{
background-color: #0BCAFE;
}
.BgClassName
{
background-color: #0BCAFE;
}
</style>
border-color css
<style>
span { border-color: #0BCAFE; }
span { border-color: rgb(11,202,254); }
td.TdClassName
{
border-color: #0BCAFE;
}
.TagClassName
{
border-color: #0BCAFE;
}
</style>