Shades of Deep Sky Blue #0DB0FC
Tints of Deep Sky Blue #0DB0FC
RGB
CMYK
RGB Variations
Color information
#0DB0FC (or 0x0DB0FC) is known color: Deep Sky Blue. HEX triplet: 0D, B0 and FC. RGB value is (13,176,252). Sum of RGB (Red+Green+Blue) = 13+176+252=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DB0FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DB0FC is #F24F03. Grayscale: #878787. Windows color (decimal): -15879940 or 16560141. OLE color: 16560141.
HSL color Cylindrical-coordinate representation of color #0DB0FC: hue angle of 199.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB0FC is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 176 | 252 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.01 |
| HSL | 199.08º | 0.98% | 0.52% | - |
| HSV(B) | 199.08º | 0.95% | 0.99% | - |
| XYZ | 33.26 | 38.16 | 97.71 | - |
| YUV | 135.93 | 193.5 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 252 | 0.95 | 0.30 | 0 | 0.01 | 199.08 | 0.98 | 0.52 |
| Hex | D | B0 | FC | 5F | 1E | 0 | 1 | C7 | 62 | 34 |
| Octal | 15 | 260 | 374 | 137 | 36 | 0 | 1 | 307 | 142 | 64 |
| Binary | 1101 | 10110000 | 11111100 | 1011111 | 11110 | 0 | 1 | 11000111 | 1100010 | 110100 |
Color Harmonies of #0DB0FC
Complementary color
Monochromatic Colors of #0DB0FC
Black with #0DB0FC
Text Example
Text Example
White with #0DB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB0FC; }
p { color: rgb(13,176,252); }
H1.HeaderClassName
{
color: #0DB0FC;
}
.AnyTagClassName
{
color: #0DB0FC;
}
</style>
background-color css
<style>
a { background-color: #0DB0FC; }
a { background-color: rgb(13,176,252); }
div.DivClassName
{
background-color: #0DB0FC;
}
.BgClassName
{
background-color: #0DB0FC;
}
</style>
border-color css
<style>
span { border-color: #0DB0FC; }
span { border-color: rgb(13,176,252); }
td.TdClassName
{
border-color: #0DB0FC;
}
.TagClassName
{
border-color: #0DB0FC;
}
</style>