Shades of Pacific Blue #0890CB
Tints of Pacific Blue #0890CB
RGB
CMYK
RGB Variations
Color information
#0890CB (or 0x0890CB) is known color: Pacific Blue. HEX triplet: 08, 90 and CB. RGB value is (8,144,203). Sum of RGB (Red+Green+Blue) = 8+144+203=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #0890CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890CB is #F76F34. Grayscale: #6D6D6D. Windows color (decimal): -16215861 or 13340680. OLE color: 13340680.
HSL color Cylindrical-coordinate representation of color #0890CB: hue angle of 198.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0890CB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 144 | 203 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.20 |
| HSL | 198.15º | 0.92% | 0.41% | - |
| HSV(B) | 198.15º | 0.96% | 0.8% | - |
| XYZ | 20.85 | 24.31 | 60.09 | - |
| YUV | 110.06 | 180.44 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 203 | 0.96 | 0.29 | 0 | 0.20 | 198.15 | 0.92 | 0.41 |
| Hex | 8 | 90 | CB | 60 | 1D | 0 | 14 | C6 | 5C | 29 |
| Octal | 10 | 220 | 313 | 140 | 35 | 0 | 24 | 306 | 134 | 51 |
| Binary | 1000 | 10010000 | 11001011 | 1100000 | 11101 | 0 | 10100 | 11000110 | 1011100 | 101001 |
Color Harmonies of #0890CB
Complementary color
Monochromatic Colors of #0890CB
Black with #0890CB
Text Example
Text Example
White with #0890CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890CB; }
p { color: rgb(8,144,203); }
H1.HeaderClassName
{
color: #0890CB;
}
.AnyTagClassName
{
color: #0890CB;
}
</style>
background-color css
<style>
a { background-color: #0890CB; }
a { background-color: rgb(8,144,203); }
div.DivClassName
{
background-color: #0890CB;
}
.BgClassName
{
background-color: #0890CB;
}
</style>
border-color css
<style>
span { border-color: #0890CB; }
span { border-color: rgb(8,144,203); }
td.TdClassName
{
border-color: #0890CB;
}
.TagClassName
{
border-color: #0890CB;
}
</style>