Shades of Deep Sky Blue #0DBFE5
Tints of Deep Sky Blue #0DBFE5
RGB
CMYK
RGB Variations
Color information
#0DBFE5 (or 0x0DBFE5) is known color: Deep Sky Blue. HEX triplet: 0D, BF and E5. RGB value is (13,191,229). Sum of RGB (Red+Green+Blue) = 13+191+229=433 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #0DBFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFE5 is #F2401A. Grayscale: #8D8D8D. Windows color (decimal): -15876123 or 15056653. OLE color: 15056653.
HSL color Cylindrical-coordinate representation of color #0DBFE5: hue angle of 190.56º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFE5 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 191 | 229 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.10 |
| HSL | 190.56º | 0.89% | 0.47% | - |
| HSV(B) | 190.56º | 0.94% | 0.9% | - |
| XYZ | 32.94 | 43 | 80.69 | - |
| YUV | 142.11 | 177.03 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 229 | 0.94 | 0.17 | 0 | 0.10 | 190.56 | 0.89 | 0.47 |
| Hex | D | BF | E5 | 5E | 11 | 0 | A | BF | 59 | 2F |
| Octal | 15 | 277 | 345 | 136 | 21 | 0 | 12 | 277 | 131 | 57 |
| Binary | 1101 | 10111111 | 11100101 | 1011110 | 10001 | 0 | 1010 | 10111111 | 1011001 | 101111 |
Color Harmonies of #0DBFE5
Complementary color
Monochromatic Colors of #0DBFE5
Black with #0DBFE5
Text Example
Text Example
White with #0DBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFE5; }
p { color: rgb(13,191,229); }
H1.HeaderClassName
{
color: #0DBFE5;
}
.AnyTagClassName
{
color: #0DBFE5;
}
</style>
background-color css
<style>
a { background-color: #0DBFE5; }
a { background-color: rgb(13,191,229); }
div.DivClassName
{
background-color: #0DBFE5;
}
.BgClassName
{
background-color: #0DBFE5;
}
</style>
border-color css
<style>
span { border-color: #0DBFE5; }
span { border-color: rgb(13,191,229); }
td.TdClassName
{
border-color: #0DBFE5;
}
.TagClassName
{
border-color: #0DBFE5;
}
</style>