Shades of Pacific Blue #089EE0
Tints of Pacific Blue #089EE0
RGB
CMYK
RGB Variations
Color information
#089EE0 (or 0x089EE0) is known color: Pacific Blue. HEX triplet: 08, 9E and E0. RGB value is (8,158,224). Sum of RGB (Red+Green+Blue) = 8+158+224=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #089EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EE0 is #F7611F. Grayscale: #787878. Windows color (decimal): -16212256 or 14720520. OLE color: 14720520.
HSL color Cylindrical-coordinate representation of color #089EE0: hue angle of 198.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EE0 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 158 | 224 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.12 |
| HSL | 198.33º | 0.93% | 0.45% | - |
| HSV(B) | 198.33º | 0.96% | 0.88% | - |
| XYZ | 25.78 | 29.89 | 74.93 | - |
| YUV | 120.67 | 186.31 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 224 | 0.96 | 0.29 | 0 | 0.12 | 198.33 | 0.93 | 0.45 |
| Hex | 8 | 9E | E0 | 60 | 1D | 0 | C | C6 | 5D | 2D |
| Octal | 10 | 236 | 340 | 140 | 35 | 0 | 14 | 306 | 135 | 55 |
| Binary | 1000 | 10011110 | 11100000 | 1100000 | 11101 | 0 | 1100 | 11000110 | 1011101 | 101101 |
Color Harmonies of #089EE0
Complementary color
Monochromatic Colors of #089EE0
Black with #089EE0
Text Example
Text Example
White with #089EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EE0; }
p { color: rgb(8,158,224); }
H1.HeaderClassName
{
color: #089EE0;
}
.AnyTagClassName
{
color: #089EE0;
}
</style>
background-color css
<style>
a { background-color: #089EE0; }
a { background-color: rgb(8,158,224); }
div.DivClassName
{
background-color: #089EE0;
}
.BgClassName
{
background-color: #089EE0;
}
</style>
border-color css
<style>
span { border-color: #089EE0; }
span { border-color: rgb(8,158,224); }
td.TdClassName
{
border-color: #089EE0;
}
.TagClassName
{
border-color: #089EE0;
}
</style>