Shades of Deep Sky Blue #0BCFFC
Tints of Deep Sky Blue #0BCFFC
RGB
CMYK
RGB Variations
Color information
#0BCFFC (or 0x0BCFFC) is known color: Deep Sky Blue. HEX triplet: 0B, CF and FC. RGB value is (11,207,252). Sum of RGB (Red+Green+Blue) = 11+207+252=470 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BCFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCFFC is #F43003. Grayscale: #999999. Windows color (decimal): -16003076 or 16568075. OLE color: 16568075.
HSL color Cylindrical-coordinate representation of color #0BCFFC: hue angle of 191.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCFFC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 207 | 252 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.01 |
| HSL | 191.2º | 0.98% | 0.52% | - |
| HSV(B) | 191.2º | 0.96% | 0.99% | - |
| XYZ | 40.02 | 51.73 | 99.97 | - |
| YUV | 153.53 | 183.57 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 252 | 0.96 | 0.18 | 0 | 0.01 | 191.2 | 0.98 | 0.52 |
| Hex | B | CF | FC | 60 | 12 | 0 | 1 | BF | 62 | 34 |
| Octal | 13 | 317 | 374 | 140 | 22 | 0 | 1 | 277 | 142 | 64 |
| Binary | 1011 | 11001111 | 11111100 | 1100000 | 10010 | 0 | 1 | 10111111 | 1100010 | 110100 |
Color Harmonies of #0BCFFC
Complementary color
Monochromatic Colors of #0BCFFC
Black with #0BCFFC
Text Example
Text Example
White with #0BCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFFC; }
p { color: rgb(11,207,252); }
H1.HeaderClassName
{
color: #0BCFFC;
}
.AnyTagClassName
{
color: #0BCFFC;
}
</style>
background-color css
<style>
a { background-color: #0BCFFC; }
a { background-color: rgb(11,207,252); }
div.DivClassName
{
background-color: #0BCFFC;
}
.BgClassName
{
background-color: #0BCFFC;
}
</style>
border-color css
<style>
span { border-color: #0BCFFC; }
span { border-color: rgb(11,207,252); }
td.TdClassName
{
border-color: #0BCFFC;
}
.TagClassName
{
border-color: #0BCFFC;
}
</style>