Shades of Pacific Blue #1197DF
Tints of Pacific Blue #1197DF
RGB
CMYK
RGB Variations
Color information
#1197DF (or 0x1197DF) is known color: Pacific Blue. HEX triplet: 11, 97 and DF. RGB value is (17,151,223). Sum of RGB (Red+Green+Blue) = 17+151+223=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #1197DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1197DF is #EE6820. Grayscale: #767676. Windows color (decimal): -15624225 or 14653201. OLE color: 14653201.
HSL color Cylindrical-coordinate representation of color #1197DF: hue angle of 200.97º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1197DF is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 151 | 223 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.13 |
| HSL | 200.97º | 0.86% | 0.47% | - |
| HSV(B) | 200.97º | 0.92% | 0.87% | - |
| XYZ | 24.62 | 27.58 | 73.84 | - |
| YUV | 119.14 | 186.61 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 223 | 0.92 | 0.32 | 0 | 0.13 | 200.97 | 0.86 | 0.47 |
| Hex | 11 | 97 | DF | 5C | 20 | 0 | D | C9 | 56 | 2F |
| Octal | 21 | 227 | 337 | 134 | 40 | 0 | 15 | 311 | 126 | 57 |
| Binary | 10001 | 10010111 | 11011111 | 1011100 | 100000 | 0 | 1101 | 11001001 | 1010110 | 101111 |
Color Harmonies of #1197DF
Complementary color
Monochromatic Colors of #1197DF
Black with #1197DF
Text Example
Text Example
White with #1197DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1197DF; }
p { color: rgb(17,151,223); }
H1.HeaderClassName
{
color: #1197DF;
}
.AnyTagClassName
{
color: #1197DF;
}
</style>
background-color css
<style>
a { background-color: #1197DF; }
a { background-color: rgb(17,151,223); }
div.DivClassName
{
background-color: #1197DF;
}
.BgClassName
{
background-color: #1197DF;
}
</style>
border-color css
<style>
span { border-color: #1197DF; }
span { border-color: rgb(17,151,223); }
td.TdClassName
{
border-color: #1197DF;
}
.TagClassName
{
border-color: #1197DF;
}
</style>