Shades of Pacific Blue #009ACE
Tints of Pacific Blue #009ACE
RGB
CMYK
RGB Variations
Color information
#009ACE (or 0x009ACE) is known color: Pacific Blue. HEX triplet: 00, 9A and CE. RGB value is (0,154,206). Sum of RGB (Red+Green+Blue) = 0+154+206=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #009ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ACE is #FF6531. Grayscale: #717171. Windows color (decimal): -16737586 or 13539840. OLE color: 13539840.
HSL color Cylindrical-coordinate representation of color #009ACE: hue angle of 195.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ACE is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 154 | 206 | - |
| CMYK | 1 | 0.25 | 0 | 0.19 |
| HSL | 195.15º | 1% | 0.4% | - |
| HSV(B) | 195.15º | 1% | 0.81% | - |
| XYZ | 22.7 | 27.57 | 62.52 | - |
| YUV | 113.88 | 179.98 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 206 | 1 | 0.25 | 0 | 0.19 | 195.15 | 1 | 0.4 |
| Hex | 0 | 9A | CE | 64 | 19 | 0 | 13 | C3 | 64 | 28 |
| Octal | 0 | 232 | 316 | 144 | 31 | 0 | 23 | 303 | 144 | 50 |
| Binary | 0 | 10011010 | 11001110 | 1100100 | 11001 | 0 | 10011 | 11000011 | 1100100 | 101000 |
Color Harmonies of #009ACE
Complementary color
Monochromatic Colors of #009ACE
Black with #009ACE
Text Example
Text Example
White with #009ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009ACE; }
p { color: rgb(0,154,206); }
H1.HeaderClassName
{
color: #009ACE;
}
.AnyTagClassName
{
color: #009ACE;
}
</style>
background-color css
<style>
a { background-color: #009ACE; }
a { background-color: rgb(0,154,206); }
div.DivClassName
{
background-color: #009ACE;
}
.BgClassName
{
background-color: #009ACE;
}
</style>
border-color css
<style>
span { border-color: #009ACE; }
span { border-color: rgb(0,154,206); }
td.TdClassName
{
border-color: #009ACE;
}
.TagClassName
{
border-color: #009ACE;
}
</style>