Shades of Deep Sky Blue #0DBDFE
Tints of Deep Sky Blue #0DBDFE
RGB
CMYK
RGB Variations
Color information
#0DBDFE (or 0x0DBDFE) is known color: Deep Sky Blue. HEX triplet: 0D, BD and FE. RGB value is (13,189,254). Sum of RGB (Red+Green+Blue) = 13+189+254=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DBDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDFE is #F24201. Grayscale: #8F8F8F. Windows color (decimal): -15876610 or 16694541. OLE color: 16694541.
HSL color Cylindrical-coordinate representation of color #0DBDFE: hue angle of 196.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBDFE is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 189 | 254 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.00 |
| HSL | 196.18º | 0.99% | 0.52% | - |
| HSV(B) | 196.18º | 0.95% | 1% | - |
| XYZ | 36.25 | 43.64 | 100.28 | - |
| YUV | 143.79 | 190.19 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 254 | 0.95 | 0.26 | 0 | 0.00 | 196.18 | 0.99 | 0.52 |
| Hex | D | BD | FE | 5F | 1A | 0 | 0 | C4 | 63 | 34 |
| Octal | 15 | 275 | 376 | 137 | 32 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1101 | 10111101 | 11111110 | 1011111 | 11010 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0DBDFE
Complementary color
Monochromatic Colors of #0DBDFE
Black with #0DBDFE
Text Example
Text Example
White with #0DBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDFE; }
p { color: rgb(13,189,254); }
H1.HeaderClassName
{
color: #0DBDFE;
}
.AnyTagClassName
{
color: #0DBDFE;
}
</style>
background-color css
<style>
a { background-color: #0DBDFE; }
a { background-color: rgb(13,189,254); }
div.DivClassName
{
background-color: #0DBDFE;
}
.BgClassName
{
background-color: #0DBDFE;
}
</style>
border-color css
<style>
span { border-color: #0DBDFE; }
span { border-color: rgb(13,189,254); }
td.TdClassName
{
border-color: #0DBDFE;
}
.TagClassName
{
border-color: #0DBDFE;
}
</style>