Shades of Pacific Blue #0097DC
Tints of Pacific Blue #0097DC
RGB
CMYK
RGB Variations
Color information
#0097DC (or 0x0097DC) is known color: Pacific Blue. HEX triplet: 00, 97 and DC. RGB value is (0,151,220). Sum of RGB (Red+Green+Blue) = 0+151+220=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #0097DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097DC is #FF6823. Grayscale: #717171. Windows color (decimal): -16738340 or 14456576. OLE color: 14456576.
HSL color Cylindrical-coordinate representation of color #0097DC: hue angle of 198.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097DC is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 151 | 220 | - |
| CMYK | 1 | 0.31 | 0 | 0.14 |
| HSL | 198.82º | 1% | 0.43% | - |
| HSV(B) | 198.82º | 1% | 0.86% | - |
| XYZ | 23.98 | 27.3 | 71.72 | - |
| YUV | 113.72 | 187.97 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 220 | 1 | 0.31 | 0 | 0.14 | 198.82 | 1 | 0.43 |
| Hex | 0 | 97 | DC | 64 | 1F | 0 | E | C7 | 64 | 2B |
| Octal | 0 | 227 | 334 | 144 | 37 | 0 | 16 | 307 | 144 | 53 |
| Binary | 0 | 10010111 | 11011100 | 1100100 | 11111 | 0 | 1110 | 11000111 | 1100100 | 101011 |
Color Harmonies of #0097DC
Complementary color
Monochromatic Colors of #0097DC
Black with #0097DC
Text Example
Text Example
White with #0097DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0097DC; }
p { color: rgb(0,151,220); }
H1.HeaderClassName
{
color: #0097DC;
}
.AnyTagClassName
{
color: #0097DC;
}
</style>
background-color css
<style>
a { background-color: #0097DC; }
a { background-color: rgb(0,151,220); }
div.DivClassName
{
background-color: #0097DC;
}
.BgClassName
{
background-color: #0097DC;
}
</style>
border-color css
<style>
span { border-color: #0097DC; }
span { border-color: rgb(0,151,220); }
td.TdClassName
{
border-color: #0097DC;
}
.TagClassName
{
border-color: #0097DC;
}
</style>