Shades of Deep Sky Blue #0DDBFE
Tints of Deep Sky Blue #0DDBFE
RGB
CMYK
RGB Variations
Color information
#0DDBFE (or 0x0DDBFE) is known color: Deep Sky Blue. HEX triplet: 0D, DB and FE. RGB value is (13,219,254). Sum of RGB (Red+Green+Blue) = 13+219+254=486 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DDBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDBFE is #F22401. Grayscale: #A1A1A1. Windows color (decimal): -15868930 or 16702221. OLE color: 16702221.
HSL color Cylindrical-coordinate representation of color #0DDBFE: hue angle of 188.71º 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 #0DDBFE is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 219 | 254 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.00 |
| HSL | 188.71º | 0.99% | 0.52% | - |
| HSV(B) | 188.71º | 0.95% | 1% | - |
| XYZ | 43.39 | 57.9 | 102.66 | - |
| YUV | 161.4 | 180.25 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 254 | 0.95 | 0.14 | 0 | 0.00 | 188.71 | 0.99 | 0.52 |
| Hex | D | DB | FE | 5F | E | 0 | 0 | BD | 63 | 34 |
| Octal | 15 | 333 | 376 | 137 | 16 | 0 | 0 | 275 | 143 | 64 |
| Binary | 1101 | 11011011 | 11111110 | 1011111 | 1110 | 0 | 0 | 10111101 | 1100011 | 110100 |
Color Harmonies of #0DDBFE
Complementary color
Monochromatic Colors of #0DDBFE
Black with #0DDBFE
Text Example
Text Example
White with #0DDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBFE; }
p { color: rgb(13,219,254); }
H1.HeaderClassName
{
color: #0DDBFE;
}
.AnyTagClassName
{
color: #0DDBFE;
}
</style>
background-color css
<style>
a { background-color: #0DDBFE; }
a { background-color: rgb(13,219,254); }
div.DivClassName
{
background-color: #0DDBFE;
}
.BgClassName
{
background-color: #0DDBFE;
}
</style>
border-color css
<style>
span { border-color: #0DDBFE; }
span { border-color: rgb(13,219,254); }
td.TdClassName
{
border-color: #0DDBFE;
}
.TagClassName
{
border-color: #0DDBFE;
}
</style>