Shades of Pacific Blue #1199CE
Tints of Pacific Blue #1199CE
RGB
CMYK
RGB Variations
Color information
#1199CE (or 0x1199CE) is known color: Pacific Blue. HEX triplet: 11, 99 and CE. RGB value is (17,153,206). Sum of RGB (Red+Green+Blue) = 17+153+206=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #1199CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199CE is #EE6631. Grayscale: #767676. Windows color (decimal): -15623730 or 13539601. OLE color: 13539601.
HSL color Cylindrical-coordinate representation of color #1199CE: hue angle of 196.83º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1199CE is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 153 | 206 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.19 |
| HSL | 196.83º | 0.85% | 0.44% | - |
| HSV(B) | 196.83º | 0.92% | 0.81% | - |
| XYZ | 22.76 | 27.36 | 62.47 | - |
| YUV | 118.38 | 177.44 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 206 | 0.92 | 0.26 | 0 | 0.19 | 196.83 | 0.85 | 0.44 |
| Hex | 11 | 99 | CE | 5C | 1A | 0 | 13 | C5 | 55 | 2C |
| Octal | 21 | 231 | 316 | 134 | 32 | 0 | 23 | 305 | 125 | 54 |
| Binary | 10001 | 10011001 | 11001110 | 1011100 | 11010 | 0 | 10011 | 11000101 | 1010101 | 101100 |
Color Harmonies of #1199CE
Complementary color
Monochromatic Colors of #1199CE
Black with #1199CE
Text Example
Text Example
White with #1199CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1199CE; }
p { color: rgb(17,153,206); }
H1.HeaderClassName
{
color: #1199CE;
}
.AnyTagClassName
{
color: #1199CE;
}
</style>
background-color css
<style>
a { background-color: #1199CE; }
a { background-color: rgb(17,153,206); }
div.DivClassName
{
background-color: #1199CE;
}
.BgClassName
{
background-color: #1199CE;
}
</style>
border-color css
<style>
span { border-color: #1199CE; }
span { border-color: rgb(17,153,206); }
td.TdClassName
{
border-color: #1199CE;
}
.TagClassName
{
border-color: #1199CE;
}
</style>