Shades of Deep Sky Blue #0DBCFE
Tints of Deep Sky Blue #0DBCFE
RGB
CMYK
RGB Variations
Color information
#0DBCFE (or 0x0DBCFE) is known color: Deep Sky Blue. HEX triplet: 0D, BC and FE. RGB value is (13,188,254). Sum of RGB (Red+Green+Blue) = 13+188+254=455 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DBCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBCFE is #F24301. Grayscale: #8E8E8E. Windows color (decimal): -15876866 or 16694285. OLE color: 16694285.
HSL color Cylindrical-coordinate representation of color #0DBCFE: hue angle of 196.43º 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 #0DBCFE is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 188 | 254 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.00 |
| HSL | 196.43º | 0.99% | 0.52% | - |
| HSV(B) | 196.43º | 0.95% | 1% | - |
| XYZ | 36.04 | 43.21 | 100.21 | - |
| YUV | 143.2 | 190.52 | 35.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 254 | 0.95 | 0.26 | 0 | 0.00 | 196.43 | 0.99 | 0.52 |
| Hex | D | BC | FE | 5F | 1A | 0 | 0 | C4 | 63 | 34 |
| Octal | 15 | 274 | 376 | 137 | 32 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1101 | 10111100 | 11111110 | 1011111 | 11010 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0DBCFE
Complementary color
Monochromatic Colors of #0DBCFE
Black with #0DBCFE
Text Example
Text Example
White with #0DBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCFE; }
p { color: rgb(13,188,254); }
H1.HeaderClassName
{
color: #0DBCFE;
}
.AnyTagClassName
{
color: #0DBCFE;
}
</style>
background-color css
<style>
a { background-color: #0DBCFE; }
a { background-color: rgb(13,188,254); }
div.DivClassName
{
background-color: #0DBCFE;
}
.BgClassName
{
background-color: #0DBCFE;
}
</style>
border-color css
<style>
span { border-color: #0DBCFE; }
span { border-color: rgb(13,188,254); }
td.TdClassName
{
border-color: #0DBCFE;
}
.TagClassName
{
border-color: #0DBCFE;
}
</style>