Shades of Deep Sky Blue #0DB8FA
Tints of Deep Sky Blue #0DB8FA
RGB
CMYK
RGB Variations
Color information
#0DB8FA (or 0x0DB8FA) is known color: Deep Sky Blue. HEX triplet: 0D, B8 and FA. RGB value is (13,184,250). Sum of RGB (Red+Green+Blue) = 13+184+250=447 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DB8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB8FA is #F24705. Grayscale: #8B8B8B. Windows color (decimal): -15877894 or 16431117. OLE color: 16431117.
HSL color Cylindrical-coordinate representation of color #0DB8FA: hue angle of 196.71º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB8FA is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 184 | 250 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.02 |
| HSL | 196.71º | 0.96% | 0.52% | - |
| HSV(B) | 196.71º | 0.95% | 0.98% | - |
| XYZ | 34.56 | 41.27 | 96.59 | - |
| YUV | 140.4 | 189.85 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 250 | 0.95 | 0.26 | 0 | 0.02 | 196.71 | 0.96 | 0.52 |
| Hex | D | B8 | FA | 5F | 1A | 0 | 2 | C5 | 60 | 34 |
| Octal | 15 | 270 | 372 | 137 | 32 | 0 | 2 | 305 | 140 | 64 |
| Binary | 1101 | 10111000 | 11111010 | 1011111 | 11010 | 0 | 10 | 11000101 | 1100000 | 110100 |
Color Harmonies of #0DB8FA
Complementary color
Monochromatic Colors of #0DB8FA
Black with #0DB8FA
Text Example
Text Example
White with #0DB8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8FA; }
p { color: rgb(13,184,250); }
H1.HeaderClassName
{
color: #0DB8FA;
}
.AnyTagClassName
{
color: #0DB8FA;
}
</style>
background-color css
<style>
a { background-color: #0DB8FA; }
a { background-color: rgb(13,184,250); }
div.DivClassName
{
background-color: #0DB8FA;
}
.BgClassName
{
background-color: #0DB8FA;
}
</style>
border-color css
<style>
span { border-color: #0DB8FA; }
span { border-color: rgb(13,184,250); }
td.TdClassName
{
border-color: #0DB8FA;
}
.TagClassName
{
border-color: #0DB8FA;
}
</style>