Shades of Pacific Blue #199ACE
Tints of Pacific Blue #199ACE
RGB
CMYK
RGB Variations
Color information
#199ACE (or 0x199ACE) is known color: Pacific Blue. HEX triplet: 19, 9A and CE. RGB value is (25,154,206). Sum of RGB (Red+Green+Blue) = 25+154+206=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #199ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ACE is #E66531. Grayscale: #797979. Windows color (decimal): -15099186 or 13539865. OLE color: 13539865.
HSL color Cylindrical-coordinate representation of color #199ACE: hue angle of 197.24º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199ACE is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 154 | 206 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.19 |
| HSL | 197.24º | 0.78% | 0.45% | - |
| HSV(B) | 197.24º | 0.88% | 0.81% | - |
| XYZ | 23.1 | 27.77 | 62.54 | - |
| YUV | 121.36 | 175.76 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 206 | 0.88 | 0.25 | 0 | 0.19 | 197.24 | 0.78 | 0.45 |
| Hex | 19 | 9A | CE | 58 | 19 | 0 | 13 | C5 | 4E | 2D |
| Octal | 31 | 232 | 316 | 130 | 31 | 0 | 23 | 305 | 116 | 55 |
| Binary | 11001 | 10011010 | 11001110 | 1011000 | 11001 | 0 | 10011 | 11000101 | 1001110 | 101101 |
Color Harmonies of #199ACE
Complementary color
Monochromatic Colors of #199ACE
Black with #199ACE
Text Example
Text Example
White with #199ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ACE; }
p { color: rgb(25,154,206); }
H1.HeaderClassName
{
color: #199ACE;
}
.AnyTagClassName
{
color: #199ACE;
}
</style>
background-color css
<style>
a { background-color: #199ACE; }
a { background-color: rgb(25,154,206); }
div.DivClassName
{
background-color: #199ACE;
}
.BgClassName
{
background-color: #199ACE;
}
</style>
border-color css
<style>
span { border-color: #199ACE; }
span { border-color: rgb(25,154,206); }
td.TdClassName
{
border-color: #199ACE;
}
.TagClassName
{
border-color: #199ACE;
}
</style>