Shades of Pacific Blue #0896C4
Tints of Pacific Blue #0896C4
RGB
CMYK
RGB Variations
Color information
#0896C4 (or 0x0896C4) is known color: Pacific Blue. HEX triplet: 08, 96 and C4. RGB value is (8,150,196). Sum of RGB (Red+Green+Blue) = 8+150+196=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #0896C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896C4 is #F7693B. Grayscale: #707070. Windows color (decimal): -16214332 or 12883464. OLE color: 12883464.
HSL color Cylindrical-coordinate representation of color #0896C4: hue angle of 194.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0896C4 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 150 | 196 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.23 |
| HSL | 194.68º | 0.92% | 0.4% | - |
| HSV(B) | 194.68º | 0.96% | 0.77% | - |
| XYZ | 20.97 | 25.85 | 56.11 | - |
| YUV | 112.79 | 174.96 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 196 | 0.96 | 0.23 | 0 | 0.23 | 194.68 | 0.92 | 0.4 |
| Hex | 8 | 96 | C4 | 60 | 17 | 0 | 17 | C3 | 5C | 28 |
| Octal | 10 | 226 | 304 | 140 | 27 | 0 | 27 | 303 | 134 | 50 |
| Binary | 1000 | 10010110 | 11000100 | 1100000 | 10111 | 0 | 10111 | 11000011 | 1011100 | 101000 |
Color Harmonies of #0896C4
Complementary color
Monochromatic Colors of #0896C4
Black with #0896C4
Text Example
Text Example
White with #0896C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0896C4; }
p { color: rgb(8,150,196); }
H1.HeaderClassName
{
color: #0896C4;
}
.AnyTagClassName
{
color: #0896C4;
}
</style>
background-color css
<style>
a { background-color: #0896C4; }
a { background-color: rgb(8,150,196); }
div.DivClassName
{
background-color: #0896C4;
}
.BgClassName
{
background-color: #0896C4;
}
</style>
border-color css
<style>
span { border-color: #0896C4; }
span { border-color: rgb(8,150,196); }
td.TdClassName
{
border-color: #0896C4;
}
.TagClassName
{
border-color: #0896C4;
}
</style>