Shades of Pacific Blue #089ACE
Tints of Pacific Blue #089ACE
RGB
CMYK
RGB Variations
Color information
#089ACE (or 0x089ACE) is known color: Pacific Blue. HEX triplet: 08, 9A and CE. RGB value is (8,154,206). Sum of RGB (Red+Green+Blue) = 8+154+206=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #089ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ACE is #F76531. Grayscale: #737373. Windows color (decimal): -16213298 or 13539848. OLE color: 13539848.
HSL color Cylindrical-coordinate representation of color #089ACE: hue angle of 195.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ACE is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 154 | 206 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.19 |
| HSL | 195.76º | 0.93% | 0.42% | - |
| HSV(B) | 195.76º | 0.96% | 0.81% | - |
| XYZ | 22.8 | 27.62 | 62.52 | - |
| YUV | 116.27 | 178.63 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 206 | 0.96 | 0.25 | 0 | 0.19 | 195.76 | 0.93 | 0.42 |
| Hex | 8 | 9A | CE | 60 | 19 | 0 | 13 | C4 | 5D | 2A |
| Octal | 10 | 232 | 316 | 140 | 31 | 0 | 23 | 304 | 135 | 52 |
| Binary | 1000 | 10011010 | 11001110 | 1100000 | 11001 | 0 | 10011 | 11000100 | 1011101 | 101010 |
Color Harmonies of #089ACE
Complementary color
Monochromatic Colors of #089ACE
Black with #089ACE
Text Example
Text Example
White with #089ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089ACE; }
p { color: rgb(8,154,206); }
H1.HeaderClassName
{
color: #089ACE;
}
.AnyTagClassName
{
color: #089ACE;
}
</style>
background-color css
<style>
a { background-color: #089ACE; }
a { background-color: rgb(8,154,206); }
div.DivClassName
{
background-color: #089ACE;
}
.BgClassName
{
background-color: #089ACE;
}
</style>
border-color css
<style>
span { border-color: #089ACE; }
span { border-color: rgb(8,154,206); }
td.TdClassName
{
border-color: #089ACE;
}
.TagClassName
{
border-color: #089ACE;
}
</style>