Shades of Pacific Blue #0890CC
Tints of Pacific Blue #0890CC
RGB
CMYK
RGB Variations
Color information
#0890CC (or 0x0890CC) is known color: Pacific Blue. HEX triplet: 08, 90 and CC. RGB value is (8,144,204). Sum of RGB (Red+Green+Blue) = 8+144+204=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #0890CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890CC is #F76F33. Grayscale: #6D6D6D. Windows color (decimal): -16215860 or 13406216. OLE color: 13406216.
HSL color Cylindrical-coordinate representation of color #0890CC: hue angle of 198.37º 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 #0890CC is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 144 | 204 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.2 |
| HSL | 198.37º | 0.92% | 0.42% | - |
| HSV(B) | 198.37º | 0.96% | 0.8% | - |
| XYZ | 20.97 | 24.36 | 60.72 | - |
| YUV | 110.18 | 180.94 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 204 | 0.96 | 0.29 | 0 | 0.2 | 198.37 | 0.92 | 0.42 |
| Hex | 8 | 90 | CC | 60 | 1D | 0 | 14 | C6 | 5C | 2A |
| Octal | 10 | 220 | 314 | 140 | 35 | 0 | 24 | 306 | 134 | 52 |
| Binary | 1000 | 10010000 | 11001100 | 1100000 | 11101 | 0 | 10100 | 11000110 | 1011100 | 101010 |
Color Harmonies of #0890CC
Complementary color
Monochromatic Colors of #0890CC
Black with #0890CC
Text Example
Text Example
White with #0890CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890CC; }
p { color: rgb(8,144,204); }
H1.HeaderClassName
{
color: #0890CC;
}
.AnyTagClassName
{
color: #0890CC;
}
</style>
background-color css
<style>
a { background-color: #0890CC; }
a { background-color: rgb(8,144,204); }
div.DivClassName
{
background-color: #0890CC;
}
.BgClassName
{
background-color: #0890CC;
}
</style>
border-color css
<style>
span { border-color: #0890CC; }
span { border-color: rgb(8,144,204); }
td.TdClassName
{
border-color: #0890CC;
}
.TagClassName
{
border-color: #0890CC;
}
</style>