Shades of Pacific Blue #089EDA
Tints of Pacific Blue #089EDA
RGB
CMYK
RGB Variations
Color information
#089EDA (or 0x089EDA) is known color: Pacific Blue. HEX triplet: 08, 9E and DA. RGB value is (8,158,218). Sum of RGB (Red+Green+Blue) = 8+158+218=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #089EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EDA is #F76125. Grayscale: #777777. Windows color (decimal): -16212262 or 14327304. OLE color: 14327304.
HSL color Cylindrical-coordinate representation of color #089EDA: hue angle of 197.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EDA is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 158 | 218 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.15 |
| HSL | 197.14º | 0.93% | 0.44% | - |
| HSV(B) | 197.14º | 0.96% | 0.85% | - |
| XYZ | 24.98 | 29.57 | 70.72 | - |
| YUV | 119.99 | 183.31 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 218 | 0.96 | 0.28 | 0 | 0.15 | 197.14 | 0.93 | 0.44 |
| Hex | 8 | 9E | DA | 60 | 1C | 0 | F | C5 | 5D | 2C |
| Octal | 10 | 236 | 332 | 140 | 34 | 0 | 17 | 305 | 135 | 54 |
| Binary | 1000 | 10011110 | 11011010 | 1100000 | 11100 | 0 | 1111 | 11000101 | 1011101 | 101100 |
Color Harmonies of #089EDA
Complementary color
Monochromatic Colors of #089EDA
Black with #089EDA
Text Example
Text Example
White with #089EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EDA; }
p { color: rgb(8,158,218); }
H1.HeaderClassName
{
color: #089EDA;
}
.AnyTagClassName
{
color: #089EDA;
}
</style>
background-color css
<style>
a { background-color: #089EDA; }
a { background-color: rgb(8,158,218); }
div.DivClassName
{
background-color: #089EDA;
}
.BgClassName
{
background-color: #089EDA;
}
</style>
border-color css
<style>
span { border-color: #089EDA; }
span { border-color: rgb(8,158,218); }
td.TdClassName
{
border-color: #089EDA;
}
.TagClassName
{
border-color: #089EDA;
}
</style>