Shades of Pacific Blue #199FDB
Tints of Pacific Blue #199FDB
RGB
CMYK
RGB Variations
Color information
#199FDB (or 0x199FDB) is known color: Pacific Blue. HEX triplet: 19, 9F and DB. RGB value is (25,159,219). Sum of RGB (Red+Green+Blue) = 25+159+219=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #199FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FDB is #E66024. Grayscale: #7D7D7D. Windows color (decimal): -15097893 or 14393113. OLE color: 14393113.
HSL color Cylindrical-coordinate representation of color #199FDB: hue angle of 198.56º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199FDB is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 159 | 219 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.14 |
| HSL | 198.56º | 0.8% | 0.48% | - |
| HSV(B) | 198.56º | 0.89% | 0.86% | - |
| XYZ | 25.59 | 30.12 | 71.48 | - |
| YUV | 125.77 | 180.61 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 219 | 0.89 | 0.27 | 0 | 0.14 | 198.56 | 0.8 | 0.48 |
| Hex | 19 | 9F | DB | 59 | 1B | 0 | E | C7 | 50 | 30 |
| Octal | 31 | 237 | 333 | 131 | 33 | 0 | 16 | 307 | 120 | 60 |
| Binary | 11001 | 10011111 | 11011011 | 1011001 | 11011 | 0 | 1110 | 11000111 | 1010000 | 110000 |
Color Harmonies of #199FDB
Complementary color
Monochromatic Colors of #199FDB
Black with #199FDB
Text Example
Text Example
White with #199FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199FDB; }
p { color: rgb(25,159,219); }
H1.HeaderClassName
{
color: #199FDB;
}
.AnyTagClassName
{
color: #199FDB;
}
</style>
background-color css
<style>
a { background-color: #199FDB; }
a { background-color: rgb(25,159,219); }
div.DivClassName
{
background-color: #199FDB;
}
.BgClassName
{
background-color: #199FDB;
}
</style>
border-color css
<style>
span { border-color: #199FDB; }
span { border-color: rgb(25,159,219); }
td.TdClassName
{
border-color: #199FDB;
}
.TagClassName
{
border-color: #199FDB;
}
</style>