Shades of Pacific Blue #0896DC
Tints of Pacific Blue #0896DC
RGB
CMYK
RGB Variations
Color information
#0896DC (or 0x0896DC) is known color: Pacific Blue. HEX triplet: 08, 96 and DC. RGB value is (8,150,220). Sum of RGB (Red+Green+Blue) = 8+150+220=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #0896DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896DC is #F76923. Grayscale: #737373. Windows color (decimal): -16214308 or 14456328. OLE color: 14456328.
HSL color Cylindrical-coordinate representation of color #0896DC: hue angle of 199.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0896DC is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 150 | 220 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.14 |
| HSL | 199.81º | 0.93% | 0.45% | - |
| HSV(B) | 199.81º | 0.96% | 0.86% | - |
| XYZ | 23.92 | 27.03 | 71.67 | - |
| YUV | 115.52 | 186.96 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 220 | 0.96 | 0.32 | 0 | 0.14 | 199.81 | 0.93 | 0.45 |
| Hex | 8 | 96 | DC | 60 | 20 | 0 | E | C8 | 5D | 2D |
| Octal | 10 | 226 | 334 | 140 | 40 | 0 | 16 | 310 | 135 | 55 |
| Binary | 1000 | 10010110 | 11011100 | 1100000 | 100000 | 0 | 1110 | 11001000 | 1011101 | 101101 |
Color Harmonies of #0896DC
Complementary color
Monochromatic Colors of #0896DC
Black with #0896DC
Text Example
Text Example
White with #0896DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0896DC; }
p { color: rgb(8,150,220); }
H1.HeaderClassName
{
color: #0896DC;
}
.AnyTagClassName
{
color: #0896DC;
}
</style>
background-color css
<style>
a { background-color: #0896DC; }
a { background-color: rgb(8,150,220); }
div.DivClassName
{
background-color: #0896DC;
}
.BgClassName
{
background-color: #0896DC;
}
</style>
border-color css
<style>
span { border-color: #0896DC; }
span { border-color: rgb(8,150,220); }
td.TdClassName
{
border-color: #0896DC;
}
.TagClassName
{
border-color: #0896DC;
}
</style>