Shades of Pacific Blue #089AC2
Tints of Pacific Blue #089AC2
RGB
CMYK
RGB Variations
Color information
#089AC2 (or 0x089AC2) is known color: Pacific Blue. HEX triplet: 08, 9A and C2. RGB value is (8,154,194). Sum of RGB (Red+Green+Blue) = 8+154+194=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 194 (76.17% from 255 or 54.49% from 356); Max value from RGB is 194 - color contains mainly: blue. Hex color #089AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089AC2 is #F7653D. Grayscale: #727272. Windows color (decimal): -16213310 or 12753416. OLE color: 12753416.
HSL color Cylindrical-coordinate representation of color #089AC2: hue angle of 192.9º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089AC2 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 154 | 194 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.24 |
| HSL | 192.9º | 0.92% | 0.4% | - |
| HSV(B) | 192.9º | 0.96% | 0.76% | - |
| XYZ | 21.39 | 27.06 | 55.13 | - |
| YUV | 114.91 | 172.63 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 194 | 0.96 | 0.21 | 0 | 0.24 | 192.9 | 0.92 | 0.4 |
| Hex | 8 | 9A | C2 | 60 | 15 | 0 | 18 | C1 | 5C | 28 |
| Octal | 10 | 232 | 302 | 140 | 25 | 0 | 30 | 301 | 134 | 50 |
| Binary | 1000 | 10011010 | 11000010 | 1100000 | 10101 | 0 | 11000 | 11000001 | 1011100 | 101000 |
Color Harmonies of #089AC2
Complementary color
Monochromatic Colors of #089AC2
Black with #089AC2
Text Example
Text Example
White with #089AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AC2; }
p { color: rgb(8,154,194); }
H1.HeaderClassName
{
color: #089AC2;
}
.AnyTagClassName
{
color: #089AC2;
}
</style>
background-color css
<style>
a { background-color: #089AC2; }
a { background-color: rgb(8,154,194); }
div.DivClassName
{
background-color: #089AC2;
}
.BgClassName
{
background-color: #089AC2;
}
</style>
border-color css
<style>
span { border-color: #089AC2; }
span { border-color: rgb(8,154,194); }
td.TdClassName
{
border-color: #089AC2;
}
.TagClassName
{
border-color: #089AC2;
}
</style>