Shades of Pacific Blue #0197DF
Tints of Pacific Blue #0197DF
RGB
CMYK
RGB Variations
Color information
#0197DF (or 0x0197DF) is known color: Pacific Blue. HEX triplet: 01, 97 and DF. RGB value is (1,151,223). Sum of RGB (Red+Green+Blue) = 1+151+223=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #0197DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197DF is #FE6820. Grayscale: #717171. Windows color (decimal): -16672801 or 14653185. OLE color: 14653185.
HSL color Cylindrical-coordinate representation of color #0197DF: hue angle of 199.46º 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 #0197DF is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 151 | 223 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.13 |
| HSL | 199.46º | 0.99% | 0.44% | - |
| HSV(B) | 199.46º | 1% | 0.87% | - |
| XYZ | 24.4 | 27.47 | 73.83 | - |
| YUV | 114.36 | 189.31 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 223 | 1.00 | 0.32 | 0 | 0.13 | 199.46 | 0.99 | 0.44 |
| Hex | 1 | 97 | DF | 64 | 20 | 0 | D | C7 | 63 | 2C |
| Octal | 1 | 227 | 337 | 144 | 40 | 0 | 15 | 307 | 143 | 54 |
| Binary | 1 | 10010111 | 11011111 | 1100100 | 100000 | 0 | 1101 | 11000111 | 1100011 | 101100 |
Color Harmonies of #0197DF
Complementary color
Monochromatic Colors of #0197DF
Black with #0197DF
Text Example
Text Example
White with #0197DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0197DF; }
p { color: rgb(1,151,223); }
H1.HeaderClassName
{
color: #0197DF;
}
.AnyTagClassName
{
color: #0197DF;
}
</style>
background-color css
<style>
a { background-color: #0197DF; }
a { background-color: rgb(1,151,223); }
div.DivClassName
{
background-color: #0197DF;
}
.BgClassName
{
background-color: #0197DF;
}
</style>
border-color css
<style>
span { border-color: #0197DF; }
span { border-color: rgb(1,151,223); }
td.TdClassName
{
border-color: #0197DF;
}
.TagClassName
{
border-color: #0197DF;
}
</style>