Shades of Pacific Blue #0D9AD8
Tints of Pacific Blue #0D9AD8
RGB
CMYK
RGB Variations
Color information
#0D9AD8 (or 0x0D9AD8) is known color: Pacific Blue. HEX triplet: 0D, 9A and D8. RGB value is (13,154,216). Sum of RGB (Red+Green+Blue) = 13+154+216=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #0D9AD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9AD8 is #F26527. Grayscale: #767676. Windows color (decimal): -15885608 or 14195213. OLE color: 14195213.
HSL color Cylindrical-coordinate representation of color #0D9AD8: hue angle of 198.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D9AD8 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 154 | 216 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.15 |
| HSL | 198.33º | 0.89% | 0.45% | - |
| HSV(B) | 198.33º | 0.94% | 0.85% | - |
| XYZ | 24.12 | 28.15 | 69.13 | - |
| YUV | 118.91 | 182.79 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 216 | 0.94 | 0.29 | 0 | 0.15 | 198.33 | 0.89 | 0.45 |
| Hex | D | 9A | D8 | 5E | 1D | 0 | F | C6 | 59 | 2D |
| Octal | 15 | 232 | 330 | 136 | 35 | 0 | 17 | 306 | 131 | 55 |
| Binary | 1101 | 10011010 | 11011000 | 1011110 | 11101 | 0 | 1111 | 11000110 | 1011001 | 101101 |
Color Harmonies of #0D9AD8
Complementary color
Monochromatic Colors of #0D9AD8
Black with #0D9AD8
Text Example
Text Example
White with #0D9AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9AD8; }
p { color: rgb(13,154,216); }
H1.HeaderClassName
{
color: #0D9AD8;
}
.AnyTagClassName
{
color: #0D9AD8;
}
</style>
background-color css
<style>
a { background-color: #0D9AD8; }
a { background-color: rgb(13,154,216); }
div.DivClassName
{
background-color: #0D9AD8;
}
.BgClassName
{
background-color: #0D9AD8;
}
</style>
border-color css
<style>
span { border-color: #0D9AD8; }
span { border-color: rgb(13,154,216); }
td.TdClassName
{
border-color: #0D9AD8;
}
.TagClassName
{
border-color: #0D9AD8;
}
</style>