Shades of Pacific Blue #0894CC
Tints of Pacific Blue #0894CC
RGB
CMYK
RGB Variations
Color information
#0894CC (or 0x0894CC) is known color: Pacific Blue. HEX triplet: 08, 94 and CC. RGB value is (8,148,204). Sum of RGB (Red+Green+Blue) = 8+148+204=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #0894CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0894CC is #F76B33. Grayscale: #707070. Windows color (decimal): -16214836 or 13407240. OLE color: 13407240.
HSL color Cylindrical-coordinate representation of color #0894CC: hue angle of 197.14º 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 #0894CC is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 148 | 204 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.2 |
| HSL | 197.14º | 0.92% | 0.42% | - |
| HSV(B) | 197.14º | 0.96% | 0.8% | - |
| XYZ | 21.59 | 25.59 | 60.93 | - |
| YUV | 112.52 | 179.62 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 204 | 0.96 | 0.27 | 0 | 0.2 | 197.14 | 0.92 | 0.42 |
| Hex | 8 | 94 | CC | 60 | 1B | 0 | 14 | C5 | 5C | 2A |
| Octal | 10 | 224 | 314 | 140 | 33 | 0 | 24 | 305 | 134 | 52 |
| Binary | 1000 | 10010100 | 11001100 | 1100000 | 11011 | 0 | 10100 | 11000101 | 1011100 | 101010 |
Color Harmonies of #0894CC
Complementary color
Monochromatic Colors of #0894CC
Black with #0894CC
Text Example
Text Example
White with #0894CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0894CC; }
p { color: rgb(8,148,204); }
H1.HeaderClassName
{
color: #0894CC;
}
.AnyTagClassName
{
color: #0894CC;
}
</style>
background-color css
<style>
a { background-color: #0894CC; }
a { background-color: rgb(8,148,204); }
div.DivClassName
{
background-color: #0894CC;
}
.BgClassName
{
background-color: #0894CC;
}
</style>
border-color css
<style>
span { border-color: #0894CC; }
span { border-color: rgb(8,148,204); }
td.TdClassName
{
border-color: #0894CC;
}
.TagClassName
{
border-color: #0894CC;
}
</style>