Shades of Pacific Blue #009AD9
Tints of Pacific Blue #009AD9
RGB
CMYK
RGB Variations
Color information
#009AD9 (or 0x009AD9) is known color: Pacific Blue. HEX triplet: 00, 9A and D9. RGB value is (0,154,217). Sum of RGB (Red+Green+Blue) = 0+154+217=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #009AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AD9 is #FF6526. Grayscale: #727272. Windows color (decimal): -16737575 or 14260736. OLE color: 14260736.
HSL color Cylindrical-coordinate representation of color #009AD9: hue angle of 197.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AD9 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 154 | 217 | - |
| CMYK | 1 | 0.29 | 0 | 0.15 |
| HSL | 197.42º | 1% | 0.43% | - |
| HSV(B) | 197.42º | 1% | 0.85% | - |
| XYZ | 24.08 | 28.12 | 69.8 | - |
| YUV | 115.14 | 185.48 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 217 | 1 | 0.29 | 0 | 0.15 | 197.42 | 1 | 0.43 |
| Hex | 0 | 9A | D9 | 64 | 1D | 0 | F | C5 | 64 | 2B |
| Octal | 0 | 232 | 331 | 144 | 35 | 0 | 17 | 305 | 144 | 53 |
| Binary | 0 | 10011010 | 11011001 | 1100100 | 11101 | 0 | 1111 | 11000101 | 1100100 | 101011 |
Color Harmonies of #009AD9
Complementary color
Monochromatic Colors of #009AD9
Black with #009AD9
Text Example
Text Example
White with #009AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AD9; }
p { color: rgb(0,154,217); }
H1.HeaderClassName
{
color: #009AD9;
}
.AnyTagClassName
{
color: #009AD9;
}
</style>
background-color css
<style>
a { background-color: #009AD9; }
a { background-color: rgb(0,154,217); }
div.DivClassName
{
background-color: #009AD9;
}
.BgClassName
{
background-color: #009AD9;
}
</style>
border-color css
<style>
span { border-color: #009AD9; }
span { border-color: rgb(0,154,217); }
td.TdClassName
{
border-color: #009AD9;
}
.TagClassName
{
border-color: #009AD9;
}
</style>