Shades of Pacific Blue #089CE6
Tints of Pacific Blue #089CE6
RGB
CMYK
RGB Variations
Color information
#089CE6 (or 0x089CE6) is known color: Pacific Blue. HEX triplet: 08, 9C and E6. RGB value is (8,156,230). Sum of RGB (Red+Green+Blue) = 8+156+230=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #089CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089CE6 is #F76319. Grayscale: #777777. Windows color (decimal): -16212762 or 15113224. OLE color: 15113224.
HSL color Cylindrical-coordinate representation of color #089CE6: hue angle of 200º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089CE6 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 156 | 230 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.10 |
| HSL | 200º | 0.93% | 0.47% | - |
| HSV(B) | 200º | 0.97% | 0.9% | - |
| XYZ | 26.27 | 29.54 | 79.18 | - |
| YUV | 120.18 | 189.97 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 230 | 0.97 | 0.32 | 0 | 0.10 | 200 | 0.93 | 0.47 |
| Hex | 8 | 9C | E6 | 61 | 20 | 0 | A | C8 | 5D | 2F |
| Octal | 10 | 234 | 346 | 141 | 40 | 0 | 12 | 310 | 135 | 57 |
| Binary | 1000 | 10011100 | 11100110 | 1100001 | 100000 | 0 | 1010 | 11001000 | 1011101 | 101111 |
Color Harmonies of #089CE6
Complementary color
Monochromatic Colors of #089CE6
Black with #089CE6
Text Example
Text Example
White with #089CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CE6; }
p { color: rgb(8,156,230); }
H1.HeaderClassName
{
color: #089CE6;
}
.AnyTagClassName
{
color: #089CE6;
}
</style>
background-color css
<style>
a { background-color: #089CE6; }
a { background-color: rgb(8,156,230); }
div.DivClassName
{
background-color: #089CE6;
}
.BgClassName
{
background-color: #089CE6;
}
</style>
border-color css
<style>
span { border-color: #089CE6; }
span { border-color: rgb(8,156,230); }
td.TdClassName
{
border-color: #089CE6;
}
.TagClassName
{
border-color: #089CE6;
}
</style>