Shades of Pacific Blue #199CDB
Tints of Pacific Blue #199CDB
RGB
CMYK
RGB Variations
Color information
#199CDB (or 0x199CDB) is known color: Pacific Blue. HEX triplet: 19, 9C and DB. RGB value is (25,156,219). Sum of RGB (Red+Green+Blue) = 25+156+219=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #199CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CDB is #E66324. Grayscale: #7B7B7B. Windows color (decimal): -15098661 or 14392345. OLE color: 14392345.
HSL color Cylindrical-coordinate representation of color #199CDB: hue angle of 199.48º 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 #199CDB is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 156 | 219 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.14 |
| HSL | 199.48º | 0.8% | 0.48% | - |
| HSV(B) | 199.48º | 0.89% | 0.86% | - |
| XYZ | 25.08 | 29.1 | 71.31 | - |
| YUV | 124.01 | 181.6 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 219 | 0.89 | 0.29 | 0 | 0.14 | 199.48 | 0.8 | 0.48 |
| Hex | 19 | 9C | DB | 59 | 1D | 0 | E | C7 | 50 | 30 |
| Octal | 31 | 234 | 333 | 131 | 35 | 0 | 16 | 307 | 120 | 60 |
| Binary | 11001 | 10011100 | 11011011 | 1011001 | 11101 | 0 | 1110 | 11000111 | 1010000 | 110000 |
Color Harmonies of #199CDB
Complementary color
Monochromatic Colors of #199CDB
Black with #199CDB
Text Example
Text Example
White with #199CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CDB; }
p { color: rgb(25,156,219); }
H1.HeaderClassName
{
color: #199CDB;
}
.AnyTagClassName
{
color: #199CDB;
}
</style>
background-color css
<style>
a { background-color: #199CDB; }
a { background-color: rgb(25,156,219); }
div.DivClassName
{
background-color: #199CDB;
}
.BgClassName
{
background-color: #199CDB;
}
</style>
border-color css
<style>
span { border-color: #199CDB; }
span { border-color: rgb(25,156,219); }
td.TdClassName
{
border-color: #199CDB;
}
.TagClassName
{
border-color: #199CDB;
}
</style>