Shades of Deep Sky Blue #0DBDFC
Tints of Deep Sky Blue #0DBDFC
RGB
CMYK
RGB Variations
Color information
#0DBDFC (or 0x0DBDFC) is known color: Deep Sky Blue. HEX triplet: 0D, BD and FC. RGB value is (13,189,252). Sum of RGB (Red+Green+Blue) = 13+189+252=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DBDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDFC is #F24203. Grayscale: #8F8F8F. Windows color (decimal): -15876612 or 16563469. OLE color: 16563469.
HSL color Cylindrical-coordinate representation of color #0DBDFC: hue angle of 195.82º 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 #0DBDFC is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 189 | 252 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.01 |
| HSL | 195.82º | 0.98% | 0.52% | - |
| HSV(B) | 195.82º | 0.95% | 0.99% | - |
| XYZ | 35.93 | 43.51 | 98.6 | - |
| YUV | 143.56 | 189.19 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 252 | 0.95 | 0.25 | 0 | 0.01 | 195.82 | 0.98 | 0.52 |
| Hex | D | BD | FC | 5F | 19 | 0 | 1 | C4 | 62 | 34 |
| Octal | 15 | 275 | 374 | 137 | 31 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1101 | 10111101 | 11111100 | 1011111 | 11001 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0DBDFC
Complementary color
Monochromatic Colors of #0DBDFC
Black with #0DBDFC
Text Example
Text Example
White with #0DBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDFC; }
p { color: rgb(13,189,252); }
H1.HeaderClassName
{
color: #0DBDFC;
}
.AnyTagClassName
{
color: #0DBDFC;
}
</style>
background-color css
<style>
a { background-color: #0DBDFC; }
a { background-color: rgb(13,189,252); }
div.DivClassName
{
background-color: #0DBDFC;
}
.BgClassName
{
background-color: #0DBDFC;
}
</style>
border-color css
<style>
span { border-color: #0DBDFC; }
span { border-color: rgb(13,189,252); }
td.TdClassName
{
border-color: #0DBDFC;
}
.TagClassName
{
border-color: #0DBDFC;
}
</style>