Shades of Pacific Blue #199BCB
Tints of Pacific Blue #199BCB
RGB
CMYK
RGB Variations
Color information
#199BCB (or 0x199BCB) is known color: Pacific Blue. HEX triplet: 19, 9B and CB. RGB value is (25,155,203). Sum of RGB (Red+Green+Blue) = 25+155+203=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #199BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BCB is #E66434. Grayscale: #797979. Windows color (decimal): -15098933 or 13343513. OLE color: 13343513.
HSL color Cylindrical-coordinate representation of color #199BCB: hue angle of 196.18º 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 #199BCB is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 155 | 203 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.20 |
| HSL | 196.18º | 0.78% | 0.45% | - |
| HSV(B) | 196.18º | 0.88% | 0.8% | - |
| XYZ | 22.9 | 27.96 | 60.69 | - |
| YUV | 121.6 | 173.93 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 203 | 0.88 | 0.24 | 0 | 0.20 | 196.18 | 0.78 | 0.45 |
| Hex | 19 | 9B | CB | 58 | 18 | 0 | 14 | C4 | 4E | 2D |
| Octal | 31 | 233 | 313 | 130 | 30 | 0 | 24 | 304 | 116 | 55 |
| Binary | 11001 | 10011011 | 11001011 | 1011000 | 11000 | 0 | 10100 | 11000100 | 1001110 | 101101 |
Color Harmonies of #199BCB
Complementary color
Monochromatic Colors of #199BCB
Black with #199BCB
Text Example
Text Example
White with #199BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BCB; }
p { color: rgb(25,155,203); }
H1.HeaderClassName
{
color: #199BCB;
}
.AnyTagClassName
{
color: #199BCB;
}
</style>
background-color css
<style>
a { background-color: #199BCB; }
a { background-color: rgb(25,155,203); }
div.DivClassName
{
background-color: #199BCB;
}
.BgClassName
{
background-color: #199BCB;
}
</style>
border-color css
<style>
span { border-color: #199BCB; }
span { border-color: rgb(25,155,203); }
td.TdClassName
{
border-color: #199BCB;
}
.TagClassName
{
border-color: #199BCB;
}
</style>