Shades of Pacific Blue #0894CB
Tints of Pacific Blue #0894CB
RGB
CMYK
RGB Variations
Color information
#0894CB (or 0x0894CB) is known color: Pacific Blue. HEX triplet: 08, 94 and CB. RGB value is (8,148,203). Sum of RGB (Red+Green+Blue) = 8+148+203=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #0894CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0894CB is #F76B34. Grayscale: #707070. Windows color (decimal): -16214837 or 13341704. OLE color: 13341704.
HSL color Cylindrical-coordinate representation of color #0894CB: hue angle of 196.92º 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 #0894CB is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 148 | 203 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.20 |
| HSL | 196.92º | 0.92% | 0.41% | - |
| HSV(B) | 196.92º | 0.96% | 0.8% | - |
| XYZ | 21.47 | 25.54 | 60.3 | - |
| YUV | 112.41 | 179.12 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 203 | 0.96 | 0.27 | 0 | 0.20 | 196.92 | 0.92 | 0.41 |
| Hex | 8 | 94 | CB | 60 | 1B | 0 | 14 | C5 | 5C | 29 |
| Octal | 10 | 224 | 313 | 140 | 33 | 0 | 24 | 305 | 134 | 51 |
| Binary | 1000 | 10010100 | 11001011 | 1100000 | 11011 | 0 | 10100 | 11000101 | 1011100 | 101001 |
Color Harmonies of #0894CB
Complementary color
Monochromatic Colors of #0894CB
Black with #0894CB
Text Example
Text Example
White with #0894CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0894CB; }
p { color: rgb(8,148,203); }
H1.HeaderClassName
{
color: #0894CB;
}
.AnyTagClassName
{
color: #0894CB;
}
</style>
background-color css
<style>
a { background-color: #0894CB; }
a { background-color: rgb(8,148,203); }
div.DivClassName
{
background-color: #0894CB;
}
.BgClassName
{
background-color: #0894CB;
}
</style>
border-color css
<style>
span { border-color: #0894CB; }
span { border-color: rgb(8,148,203); }
td.TdClassName
{
border-color: #0894CB;
}
.TagClassName
{
border-color: #0894CB;
}
</style>