Shades of Pacific Blue #0097D2
Tints of Pacific Blue #0097D2
RGB
CMYK
RGB Variations
Color information
#0097D2 (or 0x0097D2) is known color: Pacific Blue. HEX triplet: 00, 97 and D2. RGB value is (0,151,210). Sum of RGB (Red+Green+Blue) = 0+151+210=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #0097D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097D2 is #FF682D. Grayscale: #707070. Windows color (decimal): -16738350 or 13801216. OLE color: 13801216.
HSL color Cylindrical-coordinate representation of color #0097D2: hue angle of 196.86º 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 #0097D2 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 151 | 210 | - |
| CMYK | 1 | 0.28 | 0 | 0.18 |
| HSL | 196.86º | 1% | 0.41% | - |
| HSV(B) | 196.86º | 1% | 0.82% | - |
| XYZ | 22.7 | 26.79 | 64.95 | - |
| YUV | 112.58 | 182.97 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 210 | 1 | 0.28 | 0 | 0.18 | 196.86 | 1 | 0.41 |
| Hex | 0 | 97 | D2 | 64 | 1C | 0 | 12 | C5 | 64 | 29 |
| Octal | 0 | 227 | 322 | 144 | 34 | 0 | 22 | 305 | 144 | 51 |
| Binary | 0 | 10010111 | 11010010 | 1100100 | 11100 | 0 | 10010 | 11000101 | 1100100 | 101001 |
Color Harmonies of #0097D2
Complementary color
Monochromatic Colors of #0097D2
Black with #0097D2
Text Example
Text Example
White with #0097D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0097D2; }
p { color: rgb(0,151,210); }
H1.HeaderClassName
{
color: #0097D2;
}
.AnyTagClassName
{
color: #0097D2;
}
</style>
background-color css
<style>
a { background-color: #0097D2; }
a { background-color: rgb(0,151,210); }
div.DivClassName
{
background-color: #0097D2;
}
.BgClassName
{
background-color: #0097D2;
}
</style>
border-color css
<style>
span { border-color: #0097D2; }
span { border-color: rgb(0,151,210); }
td.TdClassName
{
border-color: #0097D2;
}
.TagClassName
{
border-color: #0097D2;
}
</style>