Shades of Pacific Blue #0097CE
Tints of Pacific Blue #0097CE
RGB
CMYK
RGB Variations
Color information
#0097CE (or 0x0097CE) is known color: Pacific Blue. HEX triplet: 00, 97 and CE. RGB value is (0,151,206). Sum of RGB (Red+Green+Blue) = 0+151+206=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #0097CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097CE is #FF6831. Grayscale: #6F6F6F. Windows color (decimal): -16738354 or 13539072. OLE color: 13539072.
HSL color Cylindrical-coordinate representation of color #0097CE: hue angle of 196.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097CE is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 151 | 206 | - |
| CMYK | 1 | 0.27 | 0 | 0.19 |
| HSL | 196.02º | 1% | 0.4% | - |
| HSV(B) | 196.02º | 1% | 0.81% | - |
| XYZ | 22.21 | 26.59 | 62.35 | - |
| YUV | 112.12 | 180.97 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 151 | 206 | 1 | 0.27 | 0 | 0.19 | 196.02 | 1 | 0.4 |
| Hex | 0 | 97 | CE | 64 | 1B | 0 | 13 | C4 | 64 | 28 |
| Octal | 0 | 227 | 316 | 144 | 33 | 0 | 23 | 304 | 144 | 50 |
| Binary | 0 | 10010111 | 11001110 | 1100100 | 11011 | 0 | 10011 | 11000100 | 1100100 | 101000 |
Color Harmonies of #0097CE
Complementary color
Monochromatic Colors of #0097CE
Black with #0097CE
Text Example
Text Example
White with #0097CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0097CE; }
p { color: rgb(0,151,206); }
H1.HeaderClassName
{
color: #0097CE;
}
.AnyTagClassName
{
color: #0097CE;
}
</style>
background-color css
<style>
a { background-color: #0097CE; }
a { background-color: rgb(0,151,206); }
div.DivClassName
{
background-color: #0097CE;
}
.BgClassName
{
background-color: #0097CE;
}
</style>
border-color css
<style>
span { border-color: #0097CE; }
span { border-color: rgb(0,151,206); }
td.TdClassName
{
border-color: #0097CE;
}
.TagClassName
{
border-color: #0097CE;
}
</style>