Shades of Pacific Blue #089CE1
Tints of Pacific Blue #089CE1
RGB
CMYK
RGB Variations
Color information
#089CE1 (or 0x089CE1) is known color: Pacific Blue. HEX triplet: 08, 9C and E1. RGB value is (8,156,225). Sum of RGB (Red+Green+Blue) = 8+156+225=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #089CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CE1 is #F7631E. Grayscale: #777777. Windows color (decimal): -16212767 or 14785544. OLE color: 14785544.
HSL color Cylindrical-coordinate representation of color #089CE1: hue angle of 199.08º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CE1 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 156 | 225 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.12 |
| HSL | 199.08º | 0.93% | 0.46% | - |
| HSV(B) | 199.08º | 0.96% | 0.88% | - |
| XYZ | 25.58 | 29.26 | 75.53 | - |
| YUV | 119.61 | 187.47 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 225 | 0.96 | 0.31 | 0 | 0.12 | 199.08 | 0.93 | 0.46 |
| Hex | 8 | 9C | E1 | 60 | 1F | 0 | C | C7 | 5D | 2E |
| Octal | 10 | 234 | 341 | 140 | 37 | 0 | 14 | 307 | 135 | 56 |
| Binary | 1000 | 10011100 | 11100001 | 1100000 | 11111 | 0 | 1100 | 11000111 | 1011101 | 101110 |
Color Harmonies of #089CE1
Complementary color
Monochromatic Colors of #089CE1
Black with #089CE1
Text Example
Text Example
White with #089CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CE1; }
p { color: rgb(8,156,225); }
H1.HeaderClassName
{
color: #089CE1;
}
.AnyTagClassName
{
color: #089CE1;
}
</style>
background-color css
<style>
a { background-color: #089CE1; }
a { background-color: rgb(8,156,225); }
div.DivClassName
{
background-color: #089CE1;
}
.BgClassName
{
background-color: #089CE1;
}
</style>
border-color css
<style>
span { border-color: #089CE1; }
span { border-color: rgb(8,156,225); }
td.TdClassName
{
border-color: #089CE1;
}
.TagClassName
{
border-color: #089CE1;
}
</style>