Shades of Pacific Blue #0DA4C0
Tints of Pacific Blue #0DA4C0
RGB
CMYK
RGB Variations
Color information
#0DA4C0 (or 0x0DA4C0) is known color: Pacific Blue. HEX triplet: 0D, A4 and C0. RGB value is (13,164,192). Sum of RGB (Red+Green+Blue) = 13+164+192=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #0DA4C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA4C0 is #F25B3F. Grayscale: #797979. Windows color (decimal): -15883072 or 12624909. OLE color: 12624909.
HSL color Cylindrical-coordinate representation of color #0DA4C0: hue angle of 189.39º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA4C0 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 164 | 192 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.25 |
| HSL | 189.39º | 0.87% | 0.4% | - |
| HSV(B) | 189.39º | 0.93% | 0.75% | - |
| XYZ | 22.96 | 30.44 | 54.54 | - |
| YUV | 122.04 | 167.47 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 192 | 0.93 | 0.15 | 0 | 0.25 | 189.39 | 0.87 | 0.4 |
| Hex | D | A4 | C0 | 5D | F | 0 | 19 | BD | 57 | 28 |
| Octal | 15 | 244 | 300 | 135 | 17 | 0 | 31 | 275 | 127 | 50 |
| Binary | 1101 | 10100100 | 11000000 | 1011101 | 1111 | 0 | 11001 | 10111101 | 1010111 | 101000 |
Color Harmonies of #0DA4C0
Complementary color
Monochromatic Colors of #0DA4C0
Black with #0DA4C0
Text Example
Text Example
White with #0DA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA4C0; }
p { color: rgb(13,164,192); }
H1.HeaderClassName
{
color: #0DA4C0;
}
.AnyTagClassName
{
color: #0DA4C0;
}
</style>
background-color css
<style>
a { background-color: #0DA4C0; }
a { background-color: rgb(13,164,192); }
div.DivClassName
{
background-color: #0DA4C0;
}
.BgClassName
{
background-color: #0DA4C0;
}
</style>
border-color css
<style>
span { border-color: #0DA4C0; }
span { border-color: rgb(13,164,192); }
td.TdClassName
{
border-color: #0DA4C0;
}
.TagClassName
{
border-color: #0DA4C0;
}
</style>