Shades of Pacific Blue #0DA6DB
Tints of Pacific Blue #0DA6DB
RGB
CMYK
RGB Variations
Color information
#0DA6DB (or 0x0DA6DB) is known color: Pacific Blue. HEX triplet: 0D, A6 and DB. RGB value is (13,166,219). Sum of RGB (Red+Green+Blue) = 13+166+219=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DA6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA6DB is #F25924. Grayscale: #7D7D7D. Windows color (decimal): -15882533 or 14394893. OLE color: 14394893.
HSL color Cylindrical-coordinate representation of color #0DA6DB: hue angle of 195.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA6DB is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 166 | 219 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.14 |
| HSL | 195.44º | 0.89% | 0.45% | - |
| HSV(B) | 195.44º | 0.94% | 0.86% | - |
| XYZ | 26.59 | 32.47 | 71.88 | - |
| YUV | 126.3 | 180.31 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 219 | 0.94 | 0.24 | 0 | 0.14 | 195.44 | 0.89 | 0.45 |
| Hex | D | A6 | DB | 5E | 18 | 0 | E | C3 | 59 | 2D |
| Octal | 15 | 246 | 333 | 136 | 30 | 0 | 16 | 303 | 131 | 55 |
| Binary | 1101 | 10100110 | 11011011 | 1011110 | 11000 | 0 | 1110 | 11000011 | 1011001 | 101101 |
Color Harmonies of #0DA6DB
Complementary color
Monochromatic Colors of #0DA6DB
Black with #0DA6DB
Text Example
Text Example
White with #0DA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA6DB; }
p { color: rgb(13,166,219); }
H1.HeaderClassName
{
color: #0DA6DB;
}
.AnyTagClassName
{
color: #0DA6DB;
}
</style>
background-color css
<style>
a { background-color: #0DA6DB; }
a { background-color: rgb(13,166,219); }
div.DivClassName
{
background-color: #0DA6DB;
}
.BgClassName
{
background-color: #0DA6DB;
}
</style>
border-color css
<style>
span { border-color: #0DA6DB; }
span { border-color: rgb(13,166,219); }
td.TdClassName
{
border-color: #0DA6DB;
}
.TagClassName
{
border-color: #0DA6DB;
}
</style>