Shades of Deep Sky Blue #0DBDF1
Tints of Deep Sky Blue #0DBDF1
RGB
CMYK
RGB Variations
Color information
#0DBDF1 (or 0x0DBDF1) is known color: Deep Sky Blue. HEX triplet: 0D, BD and F1. RGB value is (13,189,241). Sum of RGB (Red+Green+Blue) = 13+189+241=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #0DBDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDF1 is #F2420E. Grayscale: #8D8D8D. Windows color (decimal): -15876623 or 15842573. OLE color: 15842573.
HSL color Cylindrical-coordinate representation of color #0DBDF1: hue angle of 193.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBDF1 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 189 | 241 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.05 |
| HSL | 193.68º | 0.9% | 0.5% | - |
| HSV(B) | 193.68º | 0.95% | 0.95% | - |
| XYZ | 34.24 | 42.83 | 89.68 | - |
| YUV | 142.3 | 183.69 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 241 | 0.95 | 0.22 | 0 | 0.05 | 193.68 | 0.9 | 0.5 |
| Hex | D | BD | F1 | 5F | 16 | 0 | 5 | C2 | 5A | 32 |
| Octal | 15 | 275 | 361 | 137 | 26 | 0 | 5 | 302 | 132 | 62 |
| Binary | 1101 | 10111101 | 11110001 | 1011111 | 10110 | 0 | 101 | 11000010 | 1011010 | 110010 |
Color Harmonies of #0DBDF1
Complementary color
Monochromatic Colors of #0DBDF1
Black with #0DBDF1
Text Example
Text Example
White with #0DBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDF1; }
p { color: rgb(13,189,241); }
H1.HeaderClassName
{
color: #0DBDF1;
}
.AnyTagClassName
{
color: #0DBDF1;
}
</style>
background-color css
<style>
a { background-color: #0DBDF1; }
a { background-color: rgb(13,189,241); }
div.DivClassName
{
background-color: #0DBDF1;
}
.BgClassName
{
background-color: #0DBDF1;
}
</style>
border-color css
<style>
span { border-color: #0DBDF1; }
span { border-color: rgb(13,189,241); }
td.TdClassName
{
border-color: #0DBDF1;
}
.TagClassName
{
border-color: #0DBDF1;
}
</style>