Shades of Pacific Blue #0891CB
Tints of Pacific Blue #0891CB
RGB
CMYK
RGB Variations
Color information
#0891CB (or 0x0891CB) is known color: Pacific Blue. HEX triplet: 08, 91 and CB. RGB value is (8,145,203). Sum of RGB (Red+Green+Blue) = 8+145+203=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #0891CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0891CB is #F76E34. Grayscale: #6E6E6E. Windows color (decimal): -16215605 or 13340936. OLE color: 13340936.
HSL color Cylindrical-coordinate representation of color #0891CB: hue angle of 197.85º 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 #0891CB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 145 | 203 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.20 |
| HSL | 197.85º | 0.92% | 0.41% | - |
| HSV(B) | 197.85º | 0.96% | 0.8% | - |
| XYZ | 21.01 | 24.61 | 60.14 | - |
| YUV | 110.65 | 180.11 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 203 | 0.96 | 0.29 | 0 | 0.20 | 197.85 | 0.92 | 0.41 |
| Hex | 8 | 91 | CB | 60 | 1D | 0 | 14 | C6 | 5C | 29 |
| Octal | 10 | 221 | 313 | 140 | 35 | 0 | 24 | 306 | 134 | 51 |
| Binary | 1000 | 10010001 | 11001011 | 1100000 | 11101 | 0 | 10100 | 11000110 | 1011100 | 101001 |
Color Harmonies of #0891CB
Complementary color
Monochromatic Colors of #0891CB
Black with #0891CB
Text Example
Text Example
White with #0891CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891CB; }
p { color: rgb(8,145,203); }
H1.HeaderClassName
{
color: #0891CB;
}
.AnyTagClassName
{
color: #0891CB;
}
</style>
background-color css
<style>
a { background-color: #0891CB; }
a { background-color: rgb(8,145,203); }
div.DivClassName
{
background-color: #0891CB;
}
.BgClassName
{
background-color: #0891CB;
}
</style>
border-color css
<style>
span { border-color: #0891CB; }
span { border-color: rgb(8,145,203); }
td.TdClassName
{
border-color: #0891CB;
}
.TagClassName
{
border-color: #0891CB;
}
</style>