Shades of Deep Sky Blue #0BC7FD
Tints of Deep Sky Blue #0BC7FD
RGB
CMYK
RGB Variations
Color information
#0BC7FD (or 0x0BC7FD) is known color: Deep Sky Blue. HEX triplet: 0B, C7 and FD. RGB value is (11,199,253). Sum of RGB (Red+Green+Blue) = 11+199+253=463 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.38% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BC7FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC7FD is #F43802. Grayscale: #949494. Windows color (decimal): -16005123 or 16631563. OLE color: 16631563.
HSL color Cylindrical-coordinate representation of color #0BC7FD: hue angle of 193.39º 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 #0BC7FD is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 199 | 253 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.01 |
| HSL | 193.39º | 0.98% | 0.52% | - |
| HSV(B) | 193.39º | 0.96% | 0.99% | - |
| XYZ | 38.29 | 48.01 | 100.18 | - |
| YUV | 148.94 | 186.72 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 199 | 253 | 0.96 | 0.21 | 0 | 0.01 | 193.39 | 0.98 | 0.52 |
| Hex | B | C7 | FD | 60 | 15 | 0 | 1 | C1 | 62 | 34 |
| Octal | 13 | 307 | 375 | 140 | 25 | 0 | 1 | 301 | 142 | 64 |
| Binary | 1011 | 11000111 | 11111101 | 1100000 | 10101 | 0 | 1 | 11000001 | 1100010 | 110100 |
Color Harmonies of #0BC7FD
Complementary color
Monochromatic Colors of #0BC7FD
Black with #0BC7FD
Text Example
Text Example
White with #0BC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC7FD; }
p { color: rgb(11,199,253); }
H1.HeaderClassName
{
color: #0BC7FD;
}
.AnyTagClassName
{
color: #0BC7FD;
}
</style>
background-color css
<style>
a { background-color: #0BC7FD; }
a { background-color: rgb(11,199,253); }
div.DivClassName
{
background-color: #0BC7FD;
}
.BgClassName
{
background-color: #0BC7FD;
}
</style>
border-color css
<style>
span { border-color: #0BC7FD; }
span { border-color: rgb(11,199,253); }
td.TdClassName
{
border-color: #0BC7FD;
}
.TagClassName
{
border-color: #0BC7FD;
}
</style>