Shades of Deep Sky Blue #0BCAFF
Tints of Deep Sky Blue #0BCAFF
RGB
CMYK
RGB Variations
Color information
#0BCAFF (or 0x0BCAFF) is known color: Deep Sky Blue. HEX triplet: 0B, CA and FF. RGB value is (11,202,255). Sum of RGB (Red+Green+Blue) = 11+202+255=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BCAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCAFF is #F43500. Grayscale: #969696. Windows color (decimal): -16004353 or 16763403. OLE color: 16763403.
HSL color Cylindrical-coordinate representation of color #0BCAFF: hue angle of 193.03º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCAFF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 202 | 255 | - |
| CMYK | 0.96 | 0.21 | 0 | 0 |
| HSL | 193.03º | 1% | 0.52% | - |
| HSV(B) | 193.03º | 0.96% | 1% | - |
| XYZ | 39.31 | 49.53 | 102.1 | - |
| YUV | 150.93 | 186.72 | 28.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 255 | 0.96 | 0.21 | 0 | 0 | 193.03 | 1 | 0.52 |
| Hex | B | CA | FF | 60 | 15 | 0 | 0 | C1 | 64 | 34 |
| Octal | 13 | 312 | 377 | 140 | 25 | 0 | 0 | 301 | 144 | 64 |
| Binary | 1011 | 11001010 | 11111111 | 1100000 | 10101 | 0 | 0 | 11000001 | 1100100 | 110100 |
Color Harmonies of #0BCAFF
Complementary color
Monochromatic Colors of #0BCAFF
Black with #0BCAFF
Text Example
Text Example
White with #0BCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAFF; }
p { color: rgb(11,202,255); }
H1.HeaderClassName
{
color: #0BCAFF;
}
.AnyTagClassName
{
color: #0BCAFF;
}
</style>
background-color css
<style>
a { background-color: #0BCAFF; }
a { background-color: rgb(11,202,255); }
div.DivClassName
{
background-color: #0BCAFF;
}
.BgClassName
{
background-color: #0BCAFF;
}
</style>
border-color css
<style>
span { border-color: #0BCAFF; }
span { border-color: rgb(11,202,255); }
td.TdClassName
{
border-color: #0BCAFF;
}
.TagClassName
{
border-color: #0BCAFF;
}
</style>