Shades of Pacific Blue #009ACB
Tints of Pacific Blue #009ACB
RGB
CMYK
RGB Variations
Color information
#009ACB (or 0x009ACB) is known color: Pacific Blue. HEX triplet: 00, 9A and CB. RGB value is (0,154,203). Sum of RGB (Red+Green+Blue) = 0+154+203=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #009ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ACB is #FF6534. Grayscale: #717171. Windows color (decimal): -16737589 or 13343232. OLE color: 13343232.
HSL color Cylindrical-coordinate representation of color #009ACB: hue angle of 194.48º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ACB is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 154 | 203 | - |
| CMYK | 1 | 0.24 | 0 | 0.20 |
| HSL | 194.48º | 1% | 0.4% | - |
| HSV(B) | 194.48º | 1% | 0.8% | - |
| XYZ | 22.34 | 27.42 | 60.62 | - |
| YUV | 113.54 | 178.48 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 203 | 1 | 0.24 | 0 | 0.20 | 194.48 | 1 | 0.4 |
| Hex | 0 | 9A | CB | 64 | 18 | 0 | 14 | C2 | 64 | 28 |
| Octal | 0 | 232 | 313 | 144 | 30 | 0 | 24 | 302 | 144 | 50 |
| Binary | 0 | 10011010 | 11001011 | 1100100 | 11000 | 0 | 10100 | 11000010 | 1100100 | 101000 |
Color Harmonies of #009ACB
Complementary color
Monochromatic Colors of #009ACB
Black with #009ACB
Text Example
Text Example
White with #009ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009ACB; }
p { color: rgb(0,154,203); }
H1.HeaderClassName
{
color: #009ACB;
}
.AnyTagClassName
{
color: #009ACB;
}
</style>
background-color css
<style>
a { background-color: #009ACB; }
a { background-color: rgb(0,154,203); }
div.DivClassName
{
background-color: #009ACB;
}
.BgClassName
{
background-color: #009ACB;
}
</style>
border-color css
<style>
span { border-color: #009ACB; }
span { border-color: rgb(0,154,203); }
td.TdClassName
{
border-color: #009ACB;
}
.TagClassName
{
border-color: #009ACB;
}
</style>