Shades of Pacific Blue #0890CE
Tints of Pacific Blue #0890CE
RGB
CMYK
RGB Variations
Color information
#0890CE (or 0x0890CE) is known color: Pacific Blue. HEX triplet: 08, 90 and CE. RGB value is (8,144,206). Sum of RGB (Red+Green+Blue) = 8+144+206=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #0890CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890CE is #F76F31. Grayscale: #6E6E6E. Windows color (decimal): -16215858 or 13537288. OLE color: 13537288.
HSL color Cylindrical-coordinate representation of color #0890CE: hue angle of 198.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0890CE is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 144 | 206 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.19 |
| HSL | 198.79º | 0.93% | 0.42% | - |
| HSV(B) | 198.79º | 0.96% | 0.81% | - |
| XYZ | 21.21 | 24.45 | 61.99 | - |
| YUV | 110.4 | 181.94 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 206 | 0.96 | 0.30 | 0 | 0.19 | 198.79 | 0.93 | 0.42 |
| Hex | 8 | 90 | CE | 60 | 1E | 0 | 13 | C7 | 5D | 2A |
| Octal | 10 | 220 | 316 | 140 | 36 | 0 | 23 | 307 | 135 | 52 |
| Binary | 1000 | 10010000 | 11001110 | 1100000 | 11110 | 0 | 10011 | 11000111 | 1011101 | 101010 |
Color Harmonies of #0890CE
Complementary color
Monochromatic Colors of #0890CE
Black with #0890CE
Text Example
Text Example
White with #0890CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890CE; }
p { color: rgb(8,144,206); }
H1.HeaderClassName
{
color: #0890CE;
}
.AnyTagClassName
{
color: #0890CE;
}
</style>
background-color css
<style>
a { background-color: #0890CE; }
a { background-color: rgb(8,144,206); }
div.DivClassName
{
background-color: #0890CE;
}
.BgClassName
{
background-color: #0890CE;
}
</style>
border-color css
<style>
span { border-color: #0890CE; }
span { border-color: rgb(8,144,206); }
td.TdClassName
{
border-color: #0890CE;
}
.TagClassName
{
border-color: #0890CE;
}
</style>