Shades of Pacific Blue #0896DD
Tints of Pacific Blue #0896DD
RGB
CMYK
RGB Variations
Color information
#0896DD (or 0x0896DD) is known color: Pacific Blue. HEX triplet: 08, 96 and DD. RGB value is (8,150,221). Sum of RGB (Red+Green+Blue) = 8+150+221=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #0896DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896DD is #F76922. Grayscale: #737373. Windows color (decimal): -16214307 or 14521864. OLE color: 14521864.
HSL color Cylindrical-coordinate representation of color #0896DD: hue angle of 200º 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 #0896DD is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 150 | 221 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.13 |
| HSL | 200º | 0.93% | 0.45% | - |
| HSV(B) | 200º | 0.96% | 0.87% | - |
| XYZ | 24.06 | 27.08 | 72.37 | - |
| YUV | 115.64 | 187.46 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 221 | 0.96 | 0.32 | 0 | 0.13 | 200 | 0.93 | 0.45 |
| Hex | 8 | 96 | DD | 60 | 20 | 0 | D | C8 | 5D | 2D |
| Octal | 10 | 226 | 335 | 140 | 40 | 0 | 15 | 310 | 135 | 55 |
| Binary | 1000 | 10010110 | 11011101 | 1100000 | 100000 | 0 | 1101 | 11001000 | 1011101 | 101101 |
Color Harmonies of #0896DD
Complementary color
Monochromatic Colors of #0896DD
Black with #0896DD
Text Example
Text Example
White with #0896DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0896DD; }
p { color: rgb(8,150,221); }
H1.HeaderClassName
{
color: #0896DD;
}
.AnyTagClassName
{
color: #0896DD;
}
</style>
background-color css
<style>
a { background-color: #0896DD; }
a { background-color: rgb(8,150,221); }
div.DivClassName
{
background-color: #0896DD;
}
.BgClassName
{
background-color: #0896DD;
}
</style>
border-color css
<style>
span { border-color: #0896DD; }
span { border-color: rgb(8,150,221); }
td.TdClassName
{
border-color: #0896DD;
}
.TagClassName
{
border-color: #0896DD;
}
</style>