Shades of Pacific Blue #0197DE
Tints of Pacific Blue #0197DE
RGB
CMYK
RGB Variations
Color information
#0197DE (or 0x0197DE) is known color: Pacific Blue. HEX triplet: 01, 97 and DE. RGB value is (1,151,222). Sum of RGB (Red+Green+Blue) = 1+151+222=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #0197DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197DE is #FE6821. Grayscale: #717171. Windows color (decimal): -16672802 or 14587649. OLE color: 14587649.
HSL color Cylindrical-coordinate representation of color #0197DE: hue angle of 199.28º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0197DE is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 151 | 222 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.13 |
| HSL | 199.28º | 0.99% | 0.44% | - |
| HSV(B) | 199.28º | 1% | 0.87% | - |
| XYZ | 24.26 | 27.41 | 73.12 | - |
| YUV | 114.24 | 188.81 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 222 | 1.00 | 0.32 | 0 | 0.13 | 199.28 | 0.99 | 0.44 |
| Hex | 1 | 97 | DE | 64 | 20 | 0 | D | C7 | 63 | 2C |
| Octal | 1 | 227 | 336 | 144 | 40 | 0 | 15 | 307 | 143 | 54 |
| Binary | 1 | 10010111 | 11011110 | 1100100 | 100000 | 0 | 1101 | 11000111 | 1100011 | 101100 |
Color Harmonies of #0197DE
Complementary color
Monochromatic Colors of #0197DE
Black with #0197DE
Text Example
Text Example
White with #0197DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0197DE; }
p { color: rgb(1,151,222); }
H1.HeaderClassName
{
color: #0197DE;
}
.AnyTagClassName
{
color: #0197DE;
}
</style>
background-color css
<style>
a { background-color: #0197DE; }
a { background-color: rgb(1,151,222); }
div.DivClassName
{
background-color: #0197DE;
}
.BgClassName
{
background-color: #0197DE;
}
</style>
border-color css
<style>
span { border-color: #0197DE; }
span { border-color: rgb(1,151,222); }
td.TdClassName
{
border-color: #0197DE;
}
.TagClassName
{
border-color: #0197DE;
}
</style>