Shades of Pacific Blue #199ADD
Tints of Pacific Blue #199ADD
RGB
CMYK
RGB Variations
Color information
#199ADD (or 0x199ADD) is known color: Pacific Blue. HEX triplet: 19, 9A and DD. RGB value is (25,154,221). Sum of RGB (Red+Green+Blue) = 25+154+221=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #199ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ADD is #E66522. Grayscale: #7A7A7A. Windows color (decimal): -15099171 or 14522905. OLE color: 14522905.
HSL color Cylindrical-coordinate representation of color #199ADD: hue angle of 200.51º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199ADD is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 154 | 221 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.13 |
| HSL | 200.51º | 0.8% | 0.48% | - |
| HSV(B) | 200.51º | 0.89% | 0.87% | - |
| XYZ | 25.01 | 28.54 | 72.6 | - |
| YUV | 123.07 | 183.26 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 221 | 0.89 | 0.30 | 0 | 0.13 | 200.51 | 0.8 | 0.48 |
| Hex | 19 | 9A | DD | 59 | 1E | 0 | D | C9 | 50 | 30 |
| Octal | 31 | 232 | 335 | 131 | 36 | 0 | 15 | 311 | 120 | 60 |
| Binary | 11001 | 10011010 | 11011101 | 1011001 | 11110 | 0 | 1101 | 11001001 | 1010000 | 110000 |
Color Harmonies of #199ADD
Complementary color
Monochromatic Colors of #199ADD
Black with #199ADD
Text Example
Text Example
White with #199ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ADD; }
p { color: rgb(25,154,221); }
H1.HeaderClassName
{
color: #199ADD;
}
.AnyTagClassName
{
color: #199ADD;
}
</style>
background-color css
<style>
a { background-color: #199ADD; }
a { background-color: rgb(25,154,221); }
div.DivClassName
{
background-color: #199ADD;
}
.BgClassName
{
background-color: #199ADD;
}
</style>
border-color css
<style>
span { border-color: #199ADD; }
span { border-color: rgb(25,154,221); }
td.TdClassName
{
border-color: #199ADD;
}
.TagClassName
{
border-color: #199ADD;
}
</style>