Shades of Deep Sky Blue #0DBDFB
Tints of Deep Sky Blue #0DBDFB
RGB
CMYK
RGB Variations
Color information
#0DBDFB (or 0x0DBDFB) is known color: Deep Sky Blue. HEX triplet: 0D, BD and FB. RGB value is (13,189,251). Sum of RGB (Red+Green+Blue) = 13+189+251=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DBDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDFB is #F24204. Grayscale: #8F8F8F. Windows color (decimal): -15876613 or 16497933. OLE color: 16497933.
HSL color Cylindrical-coordinate representation of color #0DBDFB: hue angle of 195.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBDFB is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 189 | 251 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.02 |
| HSL | 195.63º | 0.97% | 0.52% | - |
| HSV(B) | 195.63º | 0.95% | 0.98% | - |
| XYZ | 35.78 | 43.45 | 97.77 | - |
| YUV | 143.44 | 188.69 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 251 | 0.95 | 0.25 | 0 | 0.02 | 195.63 | 0.97 | 0.52 |
| Hex | D | BD | FB | 5F | 19 | 0 | 2 | C4 | 61 | 34 |
| Octal | 15 | 275 | 373 | 137 | 31 | 0 | 2 | 304 | 141 | 64 |
| Binary | 1101 | 10111101 | 11111011 | 1011111 | 11001 | 0 | 10 | 11000100 | 1100001 | 110100 |
Color Harmonies of #0DBDFB
Complementary color
Monochromatic Colors of #0DBDFB
Black with #0DBDFB
Text Example
Text Example
White with #0DBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDFB; }
p { color: rgb(13,189,251); }
H1.HeaderClassName
{
color: #0DBDFB;
}
.AnyTagClassName
{
color: #0DBDFB;
}
</style>
background-color css
<style>
a { background-color: #0DBDFB; }
a { background-color: rgb(13,189,251); }
div.DivClassName
{
background-color: #0DBDFB;
}
.BgClassName
{
background-color: #0DBDFB;
}
</style>
border-color css
<style>
span { border-color: #0DBDFB; }
span { border-color: rgb(13,189,251); }
td.TdClassName
{
border-color: #0DBDFB;
}
.TagClassName
{
border-color: #0DBDFB;
}
</style>