Shades of Deep Sky Blue #0DBEFF
Tints of Deep Sky Blue #0DBEFF
RGB
CMYK
RGB Variations
Color information
#0DBEFF (or 0x0DBEFF) is known color: Deep Sky Blue. HEX triplet: 0D, BE and FF. RGB value is (13,190,255). Sum of RGB (Red+Green+Blue) = 13+190+255=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DBEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBEFF is #F24100. Grayscale: #909090. Windows color (decimal): -15876353 or 16760333. OLE color: 16760333.
HSL color Cylindrical-coordinate representation of color #0DBEFF: hue angle of 196.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBEFF is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 190 | 255 | - |
| CMYK | 0.95 | 0.25 | 0 | 0 |
| HSL | 196.12º | 1% | 0.53% | - |
| HSV(B) | 196.12º | 0.95% | 1% | - |
| XYZ | 36.63 | 44.13 | 101.2 | - |
| YUV | 144.49 | 190.36 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 255 | 0.95 | 0.25 | 0 | 0 | 196.12 | 1 | 0.53 |
| Hex | D | BE | FF | 5F | 19 | 0 | 0 | C4 | 64 | 35 |
| Octal | 15 | 276 | 377 | 137 | 31 | 0 | 0 | 304 | 144 | 65 |
| Binary | 1101 | 10111110 | 11111111 | 1011111 | 11001 | 0 | 0 | 11000100 | 1100100 | 110101 |
Color Harmonies of #0DBEFF
Complementary color
Monochromatic Colors of #0DBEFF
Black with #0DBEFF
Text Example
Text Example
White with #0DBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEFF; }
p { color: rgb(13,190,255); }
H1.HeaderClassName
{
color: #0DBEFF;
}
.AnyTagClassName
{
color: #0DBEFF;
}
</style>
background-color css
<style>
a { background-color: #0DBEFF; }
a { background-color: rgb(13,190,255); }
div.DivClassName
{
background-color: #0DBEFF;
}
.BgClassName
{
background-color: #0DBEFF;
}
</style>
border-color css
<style>
span { border-color: #0DBEFF; }
span { border-color: rgb(13,190,255); }
td.TdClassName
{
border-color: #0DBEFF;
}
.TagClassName
{
border-color: #0DBEFF;
}
</style>