Shades of Pacific Blue #199CCC
Tints of Pacific Blue #199CCC
RGB
CMYK
RGB Variations
Color information
#199CCC (or 0x199CCC) is known color: Pacific Blue. HEX triplet: 19, 9C and CC. RGB value is (25,156,204). Sum of RGB (Red+Green+Blue) = 25+156+204=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #199CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CCC is #E66333. Grayscale: #797979. Windows color (decimal): -15098676 or 13409305. OLE color: 13409305.
HSL color Cylindrical-coordinate representation of color #199CCC: hue angle of 196.09º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199CCC is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 156 | 204 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.2 |
| HSL | 196.09º | 0.78% | 0.45% | - |
| HSV(B) | 196.09º | 0.88% | 0.8% | - |
| XYZ | 23.19 | 28.34 | 61.38 | - |
| YUV | 122.3 | 174.1 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 204 | 0.88 | 0.24 | 0 | 0.2 | 196.09 | 0.78 | 0.45 |
| Hex | 19 | 9C | CC | 58 | 18 | 0 | 14 | C4 | 4E | 2D |
| Octal | 31 | 234 | 314 | 130 | 30 | 0 | 24 | 304 | 116 | 55 |
| Binary | 11001 | 10011100 | 11001100 | 1011000 | 11000 | 0 | 10100 | 11000100 | 1001110 | 101101 |
Color Harmonies of #199CCC
Complementary color
Monochromatic Colors of #199CCC
Black with #199CCC
Text Example
Text Example
White with #199CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CCC; }
p { color: rgb(25,156,204); }
H1.HeaderClassName
{
color: #199CCC;
}
.AnyTagClassName
{
color: #199CCC;
}
</style>
background-color css
<style>
a { background-color: #199CCC; }
a { background-color: rgb(25,156,204); }
div.DivClassName
{
background-color: #199CCC;
}
.BgClassName
{
background-color: #199CCC;
}
</style>
border-color css
<style>
span { border-color: #199CCC; }
span { border-color: rgb(25,156,204); }
td.TdClassName
{
border-color: #199CCC;
}
.TagClassName
{
border-color: #199CCC;
}
</style>