Shades of Deep Sky Blue #0DB8FB
Tints of Deep Sky Blue #0DB8FB
RGB
CMYK
RGB Variations
Color information
#0DB8FB (or 0x0DB8FB) is known color: Deep Sky Blue. HEX triplet: 0D, B8 and FB. RGB value is (13,184,251). Sum of RGB (Red+Green+Blue) = 13+184+251=448 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DB8FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB8FB is #F24704. Grayscale: #8C8C8C. Windows color (decimal): -15877893 or 16496653. OLE color: 16496653.
HSL color Cylindrical-coordinate representation of color #0DB8FB: hue angle of 196.89º degrees, saturation: 0.97, 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 #0DB8FB is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 184 | 251 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.02 |
| HSL | 196.89º | 0.97% | 0.52% | - |
| HSV(B) | 196.89º | 0.95% | 0.98% | - |
| XYZ | 34.72 | 41.33 | 97.41 | - |
| YUV | 140.51 | 190.35 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 251 | 0.95 | 0.27 | 0 | 0.02 | 196.89 | 0.97 | 0.52 |
| Hex | D | B8 | FB | 5F | 1B | 0 | 2 | C5 | 61 | 34 |
| Octal | 15 | 270 | 373 | 137 | 33 | 0 | 2 | 305 | 141 | 64 |
| Binary | 1101 | 10111000 | 11111011 | 1011111 | 11011 | 0 | 10 | 11000101 | 1100001 | 110100 |
Color Harmonies of #0DB8FB
Complementary color
Monochromatic Colors of #0DB8FB
Black with #0DB8FB
Text Example
Text Example
White with #0DB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8FB; }
p { color: rgb(13,184,251); }
H1.HeaderClassName
{
color: #0DB8FB;
}
.AnyTagClassName
{
color: #0DB8FB;
}
</style>
background-color css
<style>
a { background-color: #0DB8FB; }
a { background-color: rgb(13,184,251); }
div.DivClassName
{
background-color: #0DB8FB;
}
.BgClassName
{
background-color: #0DB8FB;
}
</style>
border-color css
<style>
span { border-color: #0DB8FB; }
span { border-color: rgb(13,184,251); }
td.TdClassName
{
border-color: #0DB8FB;
}
.TagClassName
{
border-color: #0DB8FB;
}
</style>