Shades of Deep Sky Blue #0DA6F9
Tints of Deep Sky Blue #0DA6F9
RGB
CMYK
RGB Variations
Color information
#0DA6F9 (or 0x0DA6F9) is known color: Deep Sky Blue. HEX triplet: 0D, A6 and F9. RGB value is (13,166,249). Sum of RGB (Red+Green+Blue) = 13+166+249=428 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #0DA6F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DA6F9 is #F25906. Grayscale: #818181. Windows color (decimal): -15882503 or 16360973. OLE color: 16360973.
HSL color Cylindrical-coordinate representation of color #0DA6F9: hue angle of 201.1º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DA6F9 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 166 | 249 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.02 |
| HSL | 201.1º | 0.95% | 0.51% | - |
| HSV(B) | 201.1º | 0.95% | 0.98% | - |
| XYZ | 30.9 | 34.2 | 94.59 | - |
| YUV | 129.72 | 195.31 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 249 | 0.95 | 0.33 | 0 | 0.02 | 201.1 | 0.95 | 0.51 |
| Hex | D | A6 | F9 | 5F | 21 | 0 | 2 | C9 | 5F | 33 |
| Octal | 15 | 246 | 371 | 137 | 41 | 0 | 2 | 311 | 137 | 63 |
| Binary | 1101 | 10100110 | 11111001 | 1011111 | 100001 | 0 | 10 | 11001001 | 1011111 | 110011 |
Color Harmonies of #0DA6F9
Complementary color
Monochromatic Colors of #0DA6F9
Black with #0DA6F9
Text Example
Text Example
White with #0DA6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA6F9; }
p { color: rgb(13,166,249); }
H1.HeaderClassName
{
color: #0DA6F9;
}
.AnyTagClassName
{
color: #0DA6F9;
}
</style>
background-color css
<style>
a { background-color: #0DA6F9; }
a { background-color: rgb(13,166,249); }
div.DivClassName
{
background-color: #0DA6F9;
}
.BgClassName
{
background-color: #0DA6F9;
}
</style>
border-color css
<style>
span { border-color: #0DA6F9; }
span { border-color: rgb(13,166,249); }
td.TdClassName
{
border-color: #0DA6F9;
}
.TagClassName
{
border-color: #0DA6F9;
}
</style>