Shades of Pacific Blue #0894DF
Tints of Pacific Blue #0894DF
RGB
CMYK
RGB Variations
Color information
#0894DF (or 0x0894DF) is known color: Pacific Blue. HEX triplet: 08, 94 and DF. RGB value is (8,148,223). Sum of RGB (Red+Green+Blue) = 8+148+223=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #0894DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0894DF is #F76B20. Grayscale: #727272. Windows color (decimal): -16214817 or 14652424. OLE color: 14652424.
HSL color Cylindrical-coordinate representation of color #0894DF: hue angle of 200.93º 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 #0894DF is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 148 | 223 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.13 |
| HSL | 200.93º | 0.93% | 0.45% | - |
| HSV(B) | 200.93º | 0.96% | 0.87% | - |
| XYZ | 24.01 | 26.56 | 73.67 | - |
| YUV | 114.69 | 189.12 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 223 | 0.96 | 0.34 | 0 | 0.13 | 200.93 | 0.93 | 0.45 |
| Hex | 8 | 94 | DF | 60 | 22 | 0 | D | C9 | 5D | 2D |
| Octal | 10 | 224 | 337 | 140 | 42 | 0 | 15 | 311 | 135 | 55 |
| Binary | 1000 | 10010100 | 11011111 | 1100000 | 100010 | 0 | 1101 | 11001001 | 1011101 | 101101 |
Color Harmonies of #0894DF
Complementary color
Monochromatic Colors of #0894DF
Black with #0894DF
Text Example
Text Example
White with #0894DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0894DF; }
p { color: rgb(8,148,223); }
H1.HeaderClassName
{
color: #0894DF;
}
.AnyTagClassName
{
color: #0894DF;
}
</style>
background-color css
<style>
a { background-color: #0894DF; }
a { background-color: rgb(8,148,223); }
div.DivClassName
{
background-color: #0894DF;
}
.BgClassName
{
background-color: #0894DF;
}
</style>
border-color css
<style>
span { border-color: #0894DF; }
span { border-color: rgb(8,148,223); }
td.TdClassName
{
border-color: #0894DF;
}
.TagClassName
{
border-color: #0894DF;
}
</style>