Shades of Deep Sky Blue #0DBEF1
Tints of Deep Sky Blue #0DBEF1
RGB
CMYK
RGB Variations
Color information
#0DBEF1 (or 0x0DBEF1) is known color: Deep Sky Blue. HEX triplet: 0D, BE and F1. RGB value is (13,190,241). Sum of RGB (Red+Green+Blue) = 13+190+241=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #0DBEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBEF1 is #F2410E. Grayscale: #8E8E8E. Windows color (decimal): -15876367 or 15842829. OLE color: 15842829.
HSL color Cylindrical-coordinate representation of color #0DBEF1: hue angle of 193.42º 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 #0DBEF1 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 190 | 241 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.05 |
| HSL | 193.42º | 0.9% | 0.5% | - |
| HSV(B) | 193.42º | 0.95% | 0.95% | - |
| XYZ | 34.46 | 43.26 | 89.75 | - |
| YUV | 142.89 | 183.36 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 241 | 0.95 | 0.21 | 0 | 0.05 | 193.42 | 0.9 | 0.5 |
| Hex | D | BE | F1 | 5F | 15 | 0 | 5 | C1 | 5A | 32 |
| Octal | 15 | 276 | 361 | 137 | 25 | 0 | 5 | 301 | 132 | 62 |
| Binary | 1101 | 10111110 | 11110001 | 1011111 | 10101 | 0 | 101 | 11000001 | 1011010 | 110010 |
Color Harmonies of #0DBEF1
Complementary color
Monochromatic Colors of #0DBEF1
Black with #0DBEF1
Text Example
Text Example
White with #0DBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBEF1; }
p { color: rgb(13,190,241); }
H1.HeaderClassName
{
color: #0DBEF1;
}
.AnyTagClassName
{
color: #0DBEF1;
}
</style>
background-color css
<style>
a { background-color: #0DBEF1; }
a { background-color: rgb(13,190,241); }
div.DivClassName
{
background-color: #0DBEF1;
}
.BgClassName
{
background-color: #0DBEF1;
}
</style>
border-color css
<style>
span { border-color: #0DBEF1; }
span { border-color: rgb(13,190,241); }
td.TdClassName
{
border-color: #0DBEF1;
}
.TagClassName
{
border-color: #0DBEF1;
}
</style>