Shades of Deep Sky Blue #0DBCFD
Tints of Deep Sky Blue #0DBCFD
RGB
CMYK
RGB Variations
Color information
#0DBCFD (or 0x0DBCFD) is known color: Deep Sky Blue. HEX triplet: 0D, BC and FD. RGB value is (13,188,253). Sum of RGB (Red+Green+Blue) = 13+188+253=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DBCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBCFD is #F24302. Grayscale: #8E8E8E. Windows color (decimal): -15876867 or 16628749. OLE color: 16628749.
HSL color Cylindrical-coordinate representation of color #0DBCFD: hue angle of 196.25º 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 #0DBCFD is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 188 | 253 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.01 |
| HSL | 196.25º | 0.98% | 0.52% | - |
| HSV(B) | 196.25º | 0.95% | 0.99% | - |
| XYZ | 35.88 | 43.14 | 99.37 | - |
| YUV | 143.09 | 190.02 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 253 | 0.95 | 0.26 | 0 | 0.01 | 196.25 | 0.98 | 0.52 |
| Hex | D | BC | FD | 5F | 1A | 0 | 1 | C4 | 62 | 34 |
| Octal | 15 | 274 | 375 | 137 | 32 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1101 | 10111100 | 11111101 | 1011111 | 11010 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0DBCFD
Complementary color
Monochromatic Colors of #0DBCFD
Black with #0DBCFD
Text Example
Text Example
White with #0DBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCFD; }
p { color: rgb(13,188,253); }
H1.HeaderClassName
{
color: #0DBCFD;
}
.AnyTagClassName
{
color: #0DBCFD;
}
</style>
background-color css
<style>
a { background-color: #0DBCFD; }
a { background-color: rgb(13,188,253); }
div.DivClassName
{
background-color: #0DBCFD;
}
.BgClassName
{
background-color: #0DBCFD;
}
</style>
border-color css
<style>
span { border-color: #0DBCFD; }
span { border-color: rgb(13,188,253); }
td.TdClassName
{
border-color: #0DBCFD;
}
.TagClassName
{
border-color: #0DBCFD;
}
</style>