Shades of Pacific Blue #089CDE
Tints of Pacific Blue #089CDE
RGB
CMYK
RGB Variations
Color information
#089CDE (or 0x089CDE) is known color: Pacific Blue. HEX triplet: 08, 9C and DE. RGB value is (8,156,222). Sum of RGB (Red+Green+Blue) = 8+156+222=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #089CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CDE is #F76321. Grayscale: #767676. Windows color (decimal): -16212770 or 14588936. OLE color: 14588936.
HSL color Cylindrical-coordinate representation of color #089CDE: hue angle of 198.5º 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 #089CDE is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 156 | 222 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.13 |
| HSL | 198.5º | 0.93% | 0.45% | - |
| HSV(B) | 198.5º | 0.96% | 0.87% | - |
| XYZ | 25.17 | 29.1 | 73.4 | - |
| YUV | 119.27 | 185.97 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 222 | 0.96 | 0.30 | 0 | 0.13 | 198.5 | 0.93 | 0.45 |
| Hex | 8 | 9C | DE | 60 | 1E | 0 | D | C7 | 5D | 2D |
| Octal | 10 | 234 | 336 | 140 | 36 | 0 | 15 | 307 | 135 | 55 |
| Binary | 1000 | 10011100 | 11011110 | 1100000 | 11110 | 0 | 1101 | 11000111 | 1011101 | 101101 |
Color Harmonies of #089CDE
Complementary color
Monochromatic Colors of #089CDE
Black with #089CDE
Text Example
Text Example
White with #089CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CDE; }
p { color: rgb(8,156,222); }
H1.HeaderClassName
{
color: #089CDE;
}
.AnyTagClassName
{
color: #089CDE;
}
</style>
background-color css
<style>
a { background-color: #089CDE; }
a { background-color: rgb(8,156,222); }
div.DivClassName
{
background-color: #089CDE;
}
.BgClassName
{
background-color: #089CDE;
}
</style>
border-color css
<style>
span { border-color: #089CDE; }
span { border-color: rgb(8,156,222); }
td.TdClassName
{
border-color: #089CDE;
}
.TagClassName
{
border-color: #089CDE;
}
</style>