Shades of Pacific Blue #089EDD
Tints of Pacific Blue #089EDD
RGB
CMYK
RGB Variations
Color information
#089EDD (or 0x089EDD) is known color: Pacific Blue. HEX triplet: 08, 9E and DD. RGB value is (8,158,221). Sum of RGB (Red+Green+Blue) = 8+158+221=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #089EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EDD is #F76122. Grayscale: #777777. Windows color (decimal): -16212259 or 14523912. OLE color: 14523912.
HSL color Cylindrical-coordinate representation of color #089EDD: hue angle of 197.75º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EDD is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 158 | 221 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.13 |
| HSL | 197.75º | 0.93% | 0.45% | - |
| HSV(B) | 197.75º | 0.96% | 0.87% | - |
| XYZ | 25.38 | 29.73 | 72.81 | - |
| YUV | 120.33 | 184.81 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 221 | 0.96 | 0.29 | 0 | 0.13 | 197.75 | 0.93 | 0.45 |
| Hex | 8 | 9E | DD | 60 | 1D | 0 | D | C6 | 5D | 2D |
| Octal | 10 | 236 | 335 | 140 | 35 | 0 | 15 | 306 | 135 | 55 |
| Binary | 1000 | 10011110 | 11011101 | 1100000 | 11101 | 0 | 1101 | 11000110 | 1011101 | 101101 |
Color Harmonies of #089EDD
Complementary color
Monochromatic Colors of #089EDD
Black with #089EDD
Text Example
Text Example
White with #089EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EDD; }
p { color: rgb(8,158,221); }
H1.HeaderClassName
{
color: #089EDD;
}
.AnyTagClassName
{
color: #089EDD;
}
</style>
background-color css
<style>
a { background-color: #089EDD; }
a { background-color: rgb(8,158,221); }
div.DivClassName
{
background-color: #089EDD;
}
.BgClassName
{
background-color: #089EDD;
}
</style>
border-color css
<style>
span { border-color: #089EDD; }
span { border-color: rgb(8,158,221); }
td.TdClassName
{
border-color: #089EDD;
}
.TagClassName
{
border-color: #089EDD;
}
</style>