Shades of Pacific Blue #089CE5
Tints of Pacific Blue #089CE5
RGB
CMYK
RGB Variations
Color information
#089CE5 (or 0x089CE5) is known color: Pacific Blue. HEX triplet: 08, 9C and E5. RGB value is (8,156,229). Sum of RGB (Red+Green+Blue) = 8+156+229=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #089CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CE5 is #F7631A. Grayscale: #777777. Windows color (decimal): -16212763 or 15047688. OLE color: 15047688.
HSL color Cylindrical-coordinate representation of color #089CE5: hue angle of 199.82º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089CE5 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 156 | 229 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.10 |
| HSL | 199.82º | 0.93% | 0.46% | - |
| HSV(B) | 199.82º | 0.97% | 0.9% | - |
| XYZ | 26.13 | 29.49 | 78.44 | - |
| YUV | 120.07 | 189.47 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 229 | 0.97 | 0.32 | 0 | 0.10 | 199.82 | 0.93 | 0.46 |
| Hex | 8 | 9C | E5 | 61 | 20 | 0 | A | C8 | 5D | 2E |
| Octal | 10 | 234 | 345 | 141 | 40 | 0 | 12 | 310 | 135 | 56 |
| Binary | 1000 | 10011100 | 11100101 | 1100001 | 100000 | 0 | 1010 | 11001000 | 1011101 | 101110 |
Color Harmonies of #089CE5
Complementary color
Monochromatic Colors of #089CE5
Black with #089CE5
Text Example
Text Example
White with #089CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CE5; }
p { color: rgb(8,156,229); }
H1.HeaderClassName
{
color: #089CE5;
}
.AnyTagClassName
{
color: #089CE5;
}
</style>
background-color css
<style>
a { background-color: #089CE5; }
a { background-color: rgb(8,156,229); }
div.DivClassName
{
background-color: #089CE5;
}
.BgClassName
{
background-color: #089CE5;
}
</style>
border-color css
<style>
span { border-color: #089CE5; }
span { border-color: rgb(8,156,229); }
td.TdClassName
{
border-color: #089CE5;
}
.TagClassName
{
border-color: #089CE5;
}
</style>