Shades of Pacific Blue #0896DF
Tints of Pacific Blue #0896DF
RGB
CMYK
RGB Variations
Color information
#0896DF (or 0x0896DF) is known color: Pacific Blue. HEX triplet: 08, 96 and DF. RGB value is (8,150,223). Sum of RGB (Red+Green+Blue) = 8+150+223=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #0896DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896DF is #F76920. Grayscale: #737373. Windows color (decimal): -16214305 or 14652936. OLE color: 14652936.
HSL color Cylindrical-coordinate representation of color #0896DF: hue angle of 200.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0896DF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 150 | 223 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.13 |
| HSL | 200.37º | 0.93% | 0.45% | - |
| HSV(B) | 200.37º | 0.96% | 0.87% | - |
| XYZ | 24.33 | 27.19 | 73.78 | - |
| YUV | 115.86 | 188.46 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 223 | 0.96 | 0.33 | 0 | 0.13 | 200.37 | 0.93 | 0.45 |
| Hex | 8 | 96 | DF | 60 | 21 | 0 | D | C8 | 5D | 2D |
| Octal | 10 | 226 | 337 | 140 | 41 | 0 | 15 | 310 | 135 | 55 |
| Binary | 1000 | 10010110 | 11011111 | 1100000 | 100001 | 0 | 1101 | 11001000 | 1011101 | 101101 |
Color Harmonies of #0896DF
Complementary color
Monochromatic Colors of #0896DF
Black with #0896DF
Text Example
Text Example
White with #0896DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0896DF; }
p { color: rgb(8,150,223); }
H1.HeaderClassName
{
color: #0896DF;
}
.AnyTagClassName
{
color: #0896DF;
}
</style>
background-color css
<style>
a { background-color: #0896DF; }
a { background-color: rgb(8,150,223); }
div.DivClassName
{
background-color: #0896DF;
}
.BgClassName
{
background-color: #0896DF;
}
</style>
border-color css
<style>
span { border-color: #0896DF; }
span { border-color: rgb(8,150,223); }
td.TdClassName
{
border-color: #0896DF;
}
.TagClassName
{
border-color: #0896DF;
}
</style>