Shades of Pacific Blue #199ACB
Tints of Pacific Blue #199ACB
RGB
CMYK
RGB Variations
Color information
#199ACB (or 0x199ACB) is known color: Pacific Blue. HEX triplet: 19, 9A and CB. RGB value is (25,154,203). Sum of RGB (Red+Green+Blue) = 25+154+203=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #199ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ACB is #E66534. Grayscale: #787878. Windows color (decimal): -15099189 or 13343257. OLE color: 13343257.
HSL color Cylindrical-coordinate representation of color #199ACB: hue angle of 196.52º 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 #199ACB is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 154 | 203 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.20 |
| HSL | 196.52º | 0.78% | 0.45% | - |
| HSV(B) | 196.52º | 0.88% | 0.8% | - |
| XYZ | 22.74 | 27.63 | 60.63 | - |
| YUV | 121.02 | 174.26 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 203 | 0.88 | 0.24 | 0 | 0.20 | 196.52 | 0.78 | 0.45 |
| Hex | 19 | 9A | CB | 58 | 18 | 0 | 14 | C5 | 4E | 2D |
| Octal | 31 | 232 | 313 | 130 | 30 | 0 | 24 | 305 | 116 | 55 |
| Binary | 11001 | 10011010 | 11001011 | 1011000 | 11000 | 0 | 10100 | 11000101 | 1001110 | 101101 |
Color Harmonies of #199ACB
Complementary color
Monochromatic Colors of #199ACB
Black with #199ACB
Text Example
Text Example
White with #199ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ACB; }
p { color: rgb(25,154,203); }
H1.HeaderClassName
{
color: #199ACB;
}
.AnyTagClassName
{
color: #199ACB;
}
</style>
background-color css
<style>
a { background-color: #199ACB; }
a { background-color: rgb(25,154,203); }
div.DivClassName
{
background-color: #199ACB;
}
.BgClassName
{
background-color: #199ACB;
}
</style>
border-color css
<style>
span { border-color: #199ACB; }
span { border-color: rgb(25,154,203); }
td.TdClassName
{
border-color: #199ACB;
}
.TagClassName
{
border-color: #199ACB;
}
</style>