Shades of Pacific Blue #199BCC
Tints of Pacific Blue #199BCC
RGB
CMYK
RGB Variations
Color information
#199BCC (or 0x199BCC) is known color: Pacific Blue. HEX triplet: 19, 9B and CC. RGB value is (25,155,204). Sum of RGB (Red+Green+Blue) = 25+155+204=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #199BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BCC is #E66433. Grayscale: #797979. Windows color (decimal): -15098932 or 13409049. OLE color: 13409049.
HSL color Cylindrical-coordinate representation of color #199BCC: hue angle of 196.42º 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 #199BCC is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 155 | 204 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.2 |
| HSL | 196.42º | 0.78% | 0.45% | - |
| HSV(B) | 196.42º | 0.88% | 0.8% | - |
| XYZ | 23.02 | 28.01 | 61.32 | - |
| YUV | 121.72 | 174.43 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 204 | 0.88 | 0.24 | 0 | 0.2 | 196.42 | 0.78 | 0.45 |
| Hex | 19 | 9B | CC | 58 | 18 | 0 | 14 | C4 | 4E | 2D |
| Octal | 31 | 233 | 314 | 130 | 30 | 0 | 24 | 304 | 116 | 55 |
| Binary | 11001 | 10011011 | 11001100 | 1011000 | 11000 | 0 | 10100 | 11000100 | 1001110 | 101101 |
Color Harmonies of #199BCC
Complementary color
Monochromatic Colors of #199BCC
Black with #199BCC
Text Example
Text Example
White with #199BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BCC; }
p { color: rgb(25,155,204); }
H1.HeaderClassName
{
color: #199BCC;
}
.AnyTagClassName
{
color: #199BCC;
}
</style>
background-color css
<style>
a { background-color: #199BCC; }
a { background-color: rgb(25,155,204); }
div.DivClassName
{
background-color: #199BCC;
}
.BgClassName
{
background-color: #199BCC;
}
</style>
border-color css
<style>
span { border-color: #199BCC; }
span { border-color: rgb(25,155,204); }
td.TdClassName
{
border-color: #199BCC;
}
.TagClassName
{
border-color: #199BCC;
}
</style>