Shades of Deep Sky Blue #0BCFFA
Tints of Deep Sky Blue #0BCFFA
RGB
CMYK
RGB Variations
Color information
#0BCFFA (or 0x0BCFFA) is known color: Deep Sky Blue. HEX triplet: 0B, CF and FA. RGB value is (11,207,250). Sum of RGB (Red+Green+Blue) = 11+207+250=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BCFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCFFA is #F43005. Grayscale: #989898. Windows color (decimal): -16003078 or 16437003. OLE color: 16437003.
HSL color Cylindrical-coordinate representation of color #0BCFFA: hue angle of 190.79º degrees, saturation: 0.96, 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 #0BCFFA is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 207 | 250 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.02 |
| HSL | 190.8º | 0.96% | 0.51% | - |
| HSV(B) | 190.8º | 0.96% | 0.98% | - |
| XYZ | 39.71 | 51.6 | 98.31 | - |
| YUV | 153.3 | 182.57 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 250 | 0.96 | 0.17 | 0 | 0.02 | 190.8 | 0.96 | 0.51 |
| Hex | B | CF | FA | 60 | 11 | 0 | 2 | BF | 60 | 33 |
| Octal | 13 | 317 | 372 | 140 | 21 | 0 | 2 | 277 | 140 | 63 |
| Binary | 1011 | 11001111 | 11111010 | 1100000 | 10001 | 0 | 10 | 10111111 | 1100000 | 110011 |
Color Harmonies of #0BCFFA
Complementary color
Monochromatic Colors of #0BCFFA
Black with #0BCFFA
Text Example
Text Example
White with #0BCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFFA; }
p { color: rgb(11,207,250); }
H1.HeaderClassName
{
color: #0BCFFA;
}
.AnyTagClassName
{
color: #0BCFFA;
}
</style>
background-color css
<style>
a { background-color: #0BCFFA; }
a { background-color: rgb(11,207,250); }
div.DivClassName
{
background-color: #0BCFFA;
}
.BgClassName
{
background-color: #0BCFFA;
}
</style>
border-color css
<style>
span { border-color: #0BCFFA; }
span { border-color: rgb(11,207,250); }
td.TdClassName
{
border-color: #0BCFFA;
}
.TagClassName
{
border-color: #0BCFFA;
}
</style>