Shades of Pacific Blue #0890CD
Tints of Pacific Blue #0890CD
RGB
CMYK
RGB Variations
Color information
#0890CD (or 0x0890CD) is known color: Pacific Blue. HEX triplet: 08, 90 and CD. RGB value is (8,144,205). Sum of RGB (Red+Green+Blue) = 8+144+205=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #0890CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890CD is #F76F32. Grayscale: #6D6D6D. Windows color (decimal): -16215859 or 13471752. OLE color: 13471752.
HSL color Cylindrical-coordinate representation of color #0890CD: hue angle of 198.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0890CD is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 144 | 205 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.20 |
| HSL | 198.58º | 0.92% | 0.42% | - |
| HSV(B) | 198.58º | 0.96% | 0.8% | - |
| XYZ | 21.09 | 24.41 | 61.36 | - |
| YUV | 110.29 | 181.44 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 205 | 0.96 | 0.30 | 0 | 0.20 | 198.58 | 0.92 | 0.42 |
| Hex | 8 | 90 | CD | 60 | 1E | 0 | 14 | C7 | 5C | 2A |
| Octal | 10 | 220 | 315 | 140 | 36 | 0 | 24 | 307 | 134 | 52 |
| Binary | 1000 | 10010000 | 11001101 | 1100000 | 11110 | 0 | 10100 | 11000111 | 1011100 | 101010 |
Color Harmonies of #0890CD
Complementary color
Monochromatic Colors of #0890CD
Black with #0890CD
Text Example
Text Example
White with #0890CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890CD; }
p { color: rgb(8,144,205); }
H1.HeaderClassName
{
color: #0890CD;
}
.AnyTagClassName
{
color: #0890CD;
}
</style>
background-color css
<style>
a { background-color: #0890CD; }
a { background-color: rgb(8,144,205); }
div.DivClassName
{
background-color: #0890CD;
}
.BgClassName
{
background-color: #0890CD;
}
</style>
border-color css
<style>
span { border-color: #0890CD; }
span { border-color: rgb(8,144,205); }
td.TdClassName
{
border-color: #0890CD;
}
.TagClassName
{
border-color: #0890CD;
}
</style>