Shades of Pacific Blue #009AC8
Tints of Pacific Blue #009AC8
RGB
CMYK
RGB Variations
Color information
#009AC8 (or 0x009AC8) is known color: Pacific Blue. HEX triplet: 00, 9A and C8. RGB value is (0,154,200). Sum of RGB (Red+Green+Blue) = 0+154+200=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 200 (78.52% from 255 or 56.50% from 354); Max value from RGB is 200 - color contains mainly: blue. Hex color #009AC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AC8 is #FF6537. Grayscale: #707070. Windows color (decimal): -16737592 or 13146624. OLE color: 13146624.
HSL color Cylindrical-coordinate representation of color #009AC8: hue angle of 193.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AC8 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 154 | 200 | - |
| CMYK | 1 | 0.23 | 0 | 0.22 |
| HSL | 193.8º | 1% | 0.39% | - |
| HSV(B) | 193.8º | 1% | 0.78% | - |
| XYZ | 21.98 | 27.28 | 58.75 | - |
| YUV | 113.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 200 | 1 | 0.23 | 0 | 0.22 | 193.8 | 1 | 0.39 |
| Hex | 0 | 9A | C8 | 64 | 17 | 0 | 16 | C2 | 64 | 27 |
| Octal | 0 | 232 | 310 | 144 | 27 | 0 | 26 | 302 | 144 | 47 |
| Binary | 0 | 10011010 | 11001000 | 1100100 | 10111 | 0 | 10110 | 11000010 | 1100100 | 100111 |
Color Harmonies of #009AC8
Complementary color
Monochromatic Colors of #009AC8
Black with #009AC8
Text Example
Text Example
White with #009AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009AC8; }
p { color: rgb(0,154,200); }
H1.HeaderClassName
{
color: #009AC8;
}
.AnyTagClassName
{
color: #009AC8;
}
</style>
background-color css
<style>
a { background-color: #009AC8; }
a { background-color: rgb(0,154,200); }
div.DivClassName
{
background-color: #009AC8;
}
.BgClassName
{
background-color: #009AC8;
}
</style>
border-color css
<style>
span { border-color: #009AC8; }
span { border-color: rgb(0,154,200); }
td.TdClassName
{
border-color: #009AC8;
}
.TagClassName
{
border-color: #009AC8;
}
</style>