Shades of Pacific Blue #089ECC
Tints of Pacific Blue #089ECC
RGB
CMYK
RGB Variations
Color information
#089ECC (or 0x089ECC) is known color: Pacific Blue. HEX triplet: 08, 9E and CC. RGB value is (8,158,204). Sum of RGB (Red+Green+Blue) = 8+158+204=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #089ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ECC is #F76133. Grayscale: #767676. Windows color (decimal): -16212276 or 13409800. OLE color: 13409800.
HSL color Cylindrical-coordinate representation of color #089ECC: hue angle of 194.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ECC is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 158 | 204 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.2 |
| HSL | 194.08º | 0.92% | 0.42% | - |
| HSV(B) | 194.08º | 0.96% | 0.8% | - |
| XYZ | 23.23 | 28.86 | 61.47 | - |
| YUV | 118.39 | 176.31 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 204 | 0.96 | 0.23 | 0 | 0.2 | 194.08 | 0.92 | 0.42 |
| Hex | 8 | 9E | CC | 60 | 17 | 0 | 14 | C2 | 5C | 2A |
| Octal | 10 | 236 | 314 | 140 | 27 | 0 | 24 | 302 | 134 | 52 |
| Binary | 1000 | 10011110 | 11001100 | 1100000 | 10111 | 0 | 10100 | 11000010 | 1011100 | 101010 |
Color Harmonies of #089ECC
Complementary color
Monochromatic Colors of #089ECC
Black with #089ECC
Text Example
Text Example
White with #089ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089ECC; }
p { color: rgb(8,158,204); }
H1.HeaderClassName
{
color: #089ECC;
}
.AnyTagClassName
{
color: #089ECC;
}
</style>
background-color css
<style>
a { background-color: #089ECC; }
a { background-color: rgb(8,158,204); }
div.DivClassName
{
background-color: #089ECC;
}
.BgClassName
{
background-color: #089ECC;
}
</style>
border-color css
<style>
span { border-color: #089ECC; }
span { border-color: rgb(8,158,204); }
td.TdClassName
{
border-color: #089ECC;
}
.TagClassName
{
border-color: #089ECC;
}
</style>