Shades of Pacific Blue #0897DE
Tints of Pacific Blue #0897DE
RGB
CMYK
RGB Variations
Color information
#0897DE (or 0x0897DE) is known color: Pacific Blue. HEX triplet: 08, 97 and DE. RGB value is (8,151,222). Sum of RGB (Red+Green+Blue) = 8+151+222=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #0897DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0897DE is #F76821. Grayscale: #737373. Windows color (decimal): -16214050 or 14587656. OLE color: 14587656.
HSL color Cylindrical-coordinate representation of color #0897DE: hue angle of 199.91º 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 #0897DE is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 151 | 222 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.13 |
| HSL | 199.91º | 0.93% | 0.45% | - |
| HSV(B) | 199.91º | 0.96% | 0.87% | - |
| XYZ | 24.35 | 27.46 | 73.12 | - |
| YUV | 116.34 | 187.62 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 222 | 0.96 | 0.32 | 0 | 0.13 | 199.91 | 0.93 | 0.45 |
| Hex | 8 | 97 | DE | 60 | 20 | 0 | D | C8 | 5D | 2D |
| Octal | 10 | 227 | 336 | 140 | 40 | 0 | 15 | 310 | 135 | 55 |
| Binary | 1000 | 10010111 | 11011110 | 1100000 | 100000 | 0 | 1101 | 11001000 | 1011101 | 101101 |
Color Harmonies of #0897DE
Complementary color
Monochromatic Colors of #0897DE
Black with #0897DE
Text Example
Text Example
White with #0897DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0897DE; }
p { color: rgb(8,151,222); }
H1.HeaderClassName
{
color: #0897DE;
}
.AnyTagClassName
{
color: #0897DE;
}
</style>
background-color css
<style>
a { background-color: #0897DE; }
a { background-color: rgb(8,151,222); }
div.DivClassName
{
background-color: #0897DE;
}
.BgClassName
{
background-color: #0897DE;
}
</style>
border-color css
<style>
span { border-color: #0897DE; }
span { border-color: rgb(8,151,222); }
td.TdClassName
{
border-color: #0897DE;
}
.TagClassName
{
border-color: #0897DE;
}
</style>