Shades of Pacific Blue #0097D0
Tints of Pacific Blue #0097D0
RGB
CMYK
RGB Variations
Color information
#0097D0 (or 0x0097D0) is known color: Pacific Blue. HEX triplet: 00, 97 and D0. RGB value is (0,151,208). Sum of RGB (Red+Green+Blue) = 0+151+208=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #0097D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097D0 is #FF682F. Grayscale: #6F6F6F. Windows color (decimal): -16738352 or 13670144. OLE color: 13670144.
HSL color Cylindrical-coordinate representation of color #0097D0: hue angle of 196.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097D0 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 151 | 208 | - |
| CMYK | 1 | 0.27 | 0 | 0.18 |
| HSL | 196.44º | 1% | 0.41% | - |
| HSV(B) | 196.44º | 1% | 0.82% | - |
| XYZ | 22.45 | 26.69 | 63.64 | - |
| YUV | 112.35 | 181.97 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 208 | 1 | 0.27 | 0 | 0.18 | 196.44 | 1 | 0.41 |
| Hex | 0 | 97 | D0 | 64 | 1B | 0 | 12 | C4 | 64 | 29 |
| Octal | 0 | 227 | 320 | 144 | 33 | 0 | 22 | 304 | 144 | 51 |
| Binary | 0 | 10010111 | 11010000 | 1100100 | 11011 | 0 | 10010 | 11000100 | 1100100 | 101001 |
Color Harmonies of #0097D0
Complementary color
Monochromatic Colors of #0097D0
Black with #0097D0
Text Example
Text Example
White with #0097D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0097D0; }
p { color: rgb(0,151,208); }
H1.HeaderClassName
{
color: #0097D0;
}
.AnyTagClassName
{
color: #0097D0;
}
</style>
background-color css
<style>
a { background-color: #0097D0; }
a { background-color: rgb(0,151,208); }
div.DivClassName
{
background-color: #0097D0;
}
.BgClassName
{
background-color: #0097D0;
}
</style>
border-color css
<style>
span { border-color: #0097D0; }
span { border-color: rgb(0,151,208); }
td.TdClassName
{
border-color: #0097D0;
}
.TagClassName
{
border-color: #0097D0;
}
</style>