Shades of Pacific Blue #0894DD
Tints of Pacific Blue #0894DD
RGB
CMYK
RGB Variations
Color information
#0894DD (or 0x0894DD) is known color: Pacific Blue. HEX triplet: 08, 94 and DD. RGB value is (8,148,221). Sum of RGB (Red+Green+Blue) = 8+148+221=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #0894DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0894DD is #F76B22. Grayscale: #727272. Windows color (decimal): -16214819 or 14521352. OLE color: 14521352.
HSL color Cylindrical-coordinate representation of color #0894DD: hue angle of 200.56º 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 #0894DD is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 148 | 221 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.13 |
| HSL | 200.56º | 0.93% | 0.45% | - |
| HSV(B) | 200.56º | 0.96% | 0.87% | - |
| XYZ | 23.74 | 26.45 | 72.26 | - |
| YUV | 114.46 | 188.12 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 221 | 0.96 | 0.33 | 0 | 0.13 | 200.56 | 0.93 | 0.45 |
| Hex | 8 | 94 | DD | 60 | 21 | 0 | D | C9 | 5D | 2D |
| Octal | 10 | 224 | 335 | 140 | 41 | 0 | 15 | 311 | 135 | 55 |
| Binary | 1000 | 10010100 | 11011101 | 1100000 | 100001 | 0 | 1101 | 11001001 | 1011101 | 101101 |
Color Harmonies of #0894DD
Complementary color
Monochromatic Colors of #0894DD
Black with #0894DD
Text Example
Text Example
White with #0894DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0894DD; }
p { color: rgb(8,148,221); }
H1.HeaderClassName
{
color: #0894DD;
}
.AnyTagClassName
{
color: #0894DD;
}
</style>
background-color css
<style>
a { background-color: #0894DD; }
a { background-color: rgb(8,148,221); }
div.DivClassName
{
background-color: #0894DD;
}
.BgClassName
{
background-color: #0894DD;
}
</style>
border-color css
<style>
span { border-color: #0894DD; }
span { border-color: rgb(8,148,221); }
td.TdClassName
{
border-color: #0894DD;
}
.TagClassName
{
border-color: #0894DD;
}
</style>