Shades of Pacific Blue #089CE0
Tints of Pacific Blue #089CE0
RGB
CMYK
RGB Variations
Color information
#089CE0 (or 0x089CE0) is known color: Pacific Blue. HEX triplet: 08, 9C and E0. RGB value is (8,156,224). Sum of RGB (Red+Green+Blue) = 8+156+224=388 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #089CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CE0 is #F7631F. Grayscale: #777777. Windows color (decimal): -16212768 or 14720008. OLE color: 14720008.
HSL color Cylindrical-coordinate representation of color #089CE0: hue angle of 198.89º 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 #089CE0 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 156 | 224 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.12 |
| HSL | 198.89º | 0.93% | 0.45% | - |
| HSV(B) | 198.89º | 0.96% | 0.88% | - |
| XYZ | 25.44 | 29.21 | 74.82 | - |
| YUV | 119.5 | 186.97 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 224 | 0.96 | 0.30 | 0 | 0.12 | 198.89 | 0.93 | 0.45 |
| Hex | 8 | 9C | E0 | 60 | 1E | 0 | C | C7 | 5D | 2D |
| Octal | 10 | 234 | 340 | 140 | 36 | 0 | 14 | 307 | 135 | 55 |
| Binary | 1000 | 10011100 | 11100000 | 1100000 | 11110 | 0 | 1100 | 11000111 | 1011101 | 101101 |
Color Harmonies of #089CE0
Complementary color
Monochromatic Colors of #089CE0
Black with #089CE0
Text Example
Text Example
White with #089CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CE0; }
p { color: rgb(8,156,224); }
H1.HeaderClassName
{
color: #089CE0;
}
.AnyTagClassName
{
color: #089CE0;
}
</style>
background-color css
<style>
a { background-color: #089CE0; }
a { background-color: rgb(8,156,224); }
div.DivClassName
{
background-color: #089CE0;
}
.BgClassName
{
background-color: #089CE0;
}
</style>
border-color css
<style>
span { border-color: #089CE0; }
span { border-color: rgb(8,156,224); }
td.TdClassName
{
border-color: #089CE0;
}
.TagClassName
{
border-color: #089CE0;
}
</style>