Shades of Pacific Blue #089ED3
Tints of Pacific Blue #089ED3
RGB
CMYK
RGB Variations
Color information
#089ED3 (or 0x089ED3) is known color: Pacific Blue. HEX triplet: 08, 9E and D3. RGB value is (8,158,211). Sum of RGB (Red+Green+Blue) = 8+158+211=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 211 (82.81% from 255 or 55.97% from 377); Max value from RGB is 211 - color contains mainly: blue. Hex color #089ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ED3 is #F7612C. Grayscale: #767676. Windows color (decimal): -16212269 or 13868552. OLE color: 13868552.
HSL color Cylindrical-coordinate representation of color #089ED3: hue angle of 195.67º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ED3 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 158 | 211 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.17 |
| HSL | 195.67º | 0.93% | 0.43% | - |
| HSV(B) | 195.67º | 0.96% | 0.83% | - |
| XYZ | 24.08 | 29.21 | 66 | - |
| YUV | 119.19 | 179.81 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 211 | 0.96 | 0.25 | 0 | 0.17 | 195.67 | 0.93 | 0.43 |
| Hex | 8 | 9E | D3 | 60 | 19 | 0 | 11 | C4 | 5D | 2B |
| Octal | 10 | 236 | 323 | 140 | 31 | 0 | 21 | 304 | 135 | 53 |
| Binary | 1000 | 10011110 | 11010011 | 1100000 | 11001 | 0 | 10001 | 11000100 | 1011101 | 101011 |
Color Harmonies of #089ED3
Complementary color
Monochromatic Colors of #089ED3
Black with #089ED3
Text Example
Text Example
White with #089ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089ED3; }
p { color: rgb(8,158,211); }
H1.HeaderClassName
{
color: #089ED3;
}
.AnyTagClassName
{
color: #089ED3;
}
</style>
background-color css
<style>
a { background-color: #089ED3; }
a { background-color: rgb(8,158,211); }
div.DivClassName
{
background-color: #089ED3;
}
.BgClassName
{
background-color: #089ED3;
}
</style>
border-color css
<style>
span { border-color: #089ED3; }
span { border-color: rgb(8,158,211); }
td.TdClassName
{
border-color: #089ED3;
}
.TagClassName
{
border-color: #089ED3;
}
</style>