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