Shades of Pacific Blue #0DA7D1
Tints of Pacific Blue #0DA7D1
RGB
CMYK
RGB Variations
Color information
#0DA7D1 (or 0x0DA7D1) is known color: Pacific Blue. HEX triplet: 0D, A7 and D1. RGB value is (13,167,209). Sum of RGB (Red+Green+Blue) = 13+167+209=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #0DA7D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA7D1 is #F2582E. Grayscale: #7D7D7D. Windows color (decimal): -15882287 or 13739789. OLE color: 13739789.
HSL color Cylindrical-coordinate representation of color #0DA7D1: hue angle of 192.86º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA7D1 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 167 | 209 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.18 |
| HSL | 192.86º | 0.88% | 0.44% | - |
| HSV(B) | 192.86º | 0.94% | 0.82% | - |
| XYZ | 25.49 | 32.33 | 65.22 | - |
| YUV | 125.74 | 174.98 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 167 | 209 | 0.94 | 0.20 | 0 | 0.18 | 192.86 | 0.88 | 0.44 |
| Hex | D | A7 | D1 | 5E | 14 | 0 | 12 | C1 | 58 | 2C |
| Octal | 15 | 247 | 321 | 136 | 24 | 0 | 22 | 301 | 130 | 54 |
| Binary | 1101 | 10100111 | 11010001 | 1011110 | 10100 | 0 | 10010 | 11000001 | 1011000 | 101100 |
Color Harmonies of #0DA7D1
Complementary color
Monochromatic Colors of #0DA7D1
Black with #0DA7D1
Text Example
Text Example
White with #0DA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA7D1; }
p { color: rgb(13,167,209); }
H1.HeaderClassName
{
color: #0DA7D1;
}
.AnyTagClassName
{
color: #0DA7D1;
}
</style>
background-color css
<style>
a { background-color: #0DA7D1; }
a { background-color: rgb(13,167,209); }
div.DivClassName
{
background-color: #0DA7D1;
}
.BgClassName
{
background-color: #0DA7D1;
}
</style>
border-color css
<style>
span { border-color: #0DA7D1; }
span { border-color: rgb(13,167,209); }
td.TdClassName
{
border-color: #0DA7D1;
}
.TagClassName
{
border-color: #0DA7D1;
}
</style>