Shades of Deep Sky Blue #0DBDF8
Tints of Deep Sky Blue #0DBDF8
RGB
CMYK
RGB Variations
Color information
#0DBDF8 (or 0x0DBDF8) is known color: Deep Sky Blue. HEX triplet: 0D, BD and F8. RGB value is (13,189,248). Sum of RGB (Red+Green+Blue) = 13+189+248=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #0DBDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDF8 is #F24207. Grayscale: #8E8E8E. Windows color (decimal): -15876616 or 16301325. OLE color: 16301325.
HSL color Cylindrical-coordinate representation of color #0DBDF8: hue angle of 195.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBDF8 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 189 | 248 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.03 |
| HSL | 195.06º | 0.94% | 0.51% | - |
| HSV(B) | 195.06º | 0.95% | 0.97% | - |
| XYZ | 35.31 | 43.26 | 95.3 | - |
| YUV | 143.1 | 187.19 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 248 | 0.95 | 0.24 | 0 | 0.03 | 195.06 | 0.94 | 0.51 |
| Hex | D | BD | F8 | 5F | 18 | 0 | 3 | C3 | 5E | 33 |
| Octal | 15 | 275 | 370 | 137 | 30 | 0 | 3 | 303 | 136 | 63 |
| Binary | 1101 | 10111101 | 11111000 | 1011111 | 11000 | 0 | 11 | 11000011 | 1011110 | 110011 |
Color Harmonies of #0DBDF8
Complementary color
Monochromatic Colors of #0DBDF8
Black with #0DBDF8
Text Example
Text Example
White with #0DBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDF8; }
p { color: rgb(13,189,248); }
H1.HeaderClassName
{
color: #0DBDF8;
}
.AnyTagClassName
{
color: #0DBDF8;
}
</style>
background-color css
<style>
a { background-color: #0DBDF8; }
a { background-color: rgb(13,189,248); }
div.DivClassName
{
background-color: #0DBDF8;
}
.BgClassName
{
background-color: #0DBDF8;
}
</style>
border-color css
<style>
span { border-color: #0DBDF8; }
span { border-color: rgb(13,189,248); }
td.TdClassName
{
border-color: #0DBDF8;
}
.TagClassName
{
border-color: #0DBDF8;
}
</style>