Shades of Pacific Blue #089ED6
Tints of Pacific Blue #089ED6
RGB
CMYK
RGB Variations
Color information
#089ED6 (or 0x089ED6) is known color: Pacific Blue. HEX triplet: 08, 9E and D6. RGB value is (8,158,214). Sum of RGB (Red+Green+Blue) = 8+158+214=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #089ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ED6 is #F76129. Grayscale: #777777. Windows color (decimal): -16212266 or 14065160. OLE color: 14065160.
HSL color Cylindrical-coordinate representation of color #089ED6: hue angle of 196.31º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ED6 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 158 | 214 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.16 |
| HSL | 196.31º | 0.93% | 0.44% | - |
| HSV(B) | 196.31º | 0.96% | 0.84% | - |
| XYZ | 24.46 | 29.36 | 68 | - |
| YUV | 119.53 | 181.31 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 214 | 0.96 | 0.26 | 0 | 0.16 | 196.31 | 0.93 | 0.44 |
| Hex | 8 | 9E | D6 | 60 | 1A | 0 | 10 | C4 | 5D | 2C |
| Octal | 10 | 236 | 326 | 140 | 32 | 0 | 20 | 304 | 135 | 54 |
| Binary | 1000 | 10011110 | 11010110 | 1100000 | 11010 | 0 | 10000 | 11000100 | 1011101 | 101100 |
Color Harmonies of #089ED6
Complementary color
Monochromatic Colors of #089ED6
Black with #089ED6
Text Example
Text Example
White with #089ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089ED6; }
p { color: rgb(8,158,214); }
H1.HeaderClassName
{
color: #089ED6;
}
.AnyTagClassName
{
color: #089ED6;
}
</style>
background-color css
<style>
a { background-color: #089ED6; }
a { background-color: rgb(8,158,214); }
div.DivClassName
{
background-color: #089ED6;
}
.BgClassName
{
background-color: #089ED6;
}
</style>
border-color css
<style>
span { border-color: #089ED6; }
span { border-color: rgb(8,158,214); }
td.TdClassName
{
border-color: #089ED6;
}
.TagClassName
{
border-color: #089ED6;
}
</style>