Shades of Pacific Blue #0897DF
Tints of Pacific Blue #0897DF
RGB
CMYK
RGB Variations
Color information
#0897DF (or 0x0897DF) is known color: Pacific Blue. HEX triplet: 08, 97 and DF. RGB value is (8,151,223). Sum of RGB (Red+Green+Blue) = 8+151+223=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #0897DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0897DF is #F76820. Grayscale: #747474. Windows color (decimal): -16214049 or 14653192. OLE color: 14653192.
HSL color Cylindrical-coordinate representation of color #0897DF: hue angle of 200.09º 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 #0897DF is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 151 | 223 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.13 |
| HSL | 200.09º | 0.93% | 0.45% | - |
| HSV(B) | 200.09º | 0.96% | 0.87% | - |
| XYZ | 24.49 | 27.51 | 73.83 | - |
| YUV | 116.45 | 188.12 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 223 | 0.96 | 0.32 | 0 | 0.13 | 200.09 | 0.93 | 0.45 |
| Hex | 8 | 97 | DF | 60 | 20 | 0 | D | C8 | 5D | 2D |
| Octal | 10 | 227 | 337 | 140 | 40 | 0 | 15 | 310 | 135 | 55 |
| Binary | 1000 | 10010111 | 11011111 | 1100000 | 100000 | 0 | 1101 | 11001000 | 1011101 | 101101 |
Color Harmonies of #0897DF
Complementary color
Monochromatic Colors of #0897DF
Black with #0897DF
Text Example
Text Example
White with #0897DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0897DF; }
p { color: rgb(8,151,223); }
H1.HeaderClassName
{
color: #0897DF;
}
.AnyTagClassName
{
color: #0897DF;
}
</style>
background-color css
<style>
a { background-color: #0897DF; }
a { background-color: rgb(8,151,223); }
div.DivClassName
{
background-color: #0897DF;
}
.BgClassName
{
background-color: #0897DF;
}
</style>
border-color css
<style>
span { border-color: #0897DF; }
span { border-color: rgb(8,151,223); }
td.TdClassName
{
border-color: #0897DF;
}
.TagClassName
{
border-color: #0897DF;
}
</style>