Shades of Pacific Blue #199ADC
Tints of Pacific Blue #199ADC
RGB
CMYK
RGB Variations
Color information
#199ADC (or 0x199ADC) is known color: Pacific Blue. HEX triplet: 19, 9A and DC. RGB value is (25,154,220). Sum of RGB (Red+Green+Blue) = 25+154+220=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #199ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ADC is #E66523. Grayscale: #7A7A7A. Windows color (decimal): -15099172 or 14457369. OLE color: 14457369.
HSL color Cylindrical-coordinate representation of color #199ADC: hue angle of 200.31º 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 #199ADC is Cyan = 0.89, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 154 | 220 | - |
| CMYK | 0.89 | 0.3 | 0 | 0.14 |
| HSL | 200.31º | 0.8% | 0.48% | - |
| HSV(B) | 200.31º | 0.89% | 0.86% | - |
| XYZ | 24.87 | 28.49 | 71.9 | - |
| YUV | 122.95 | 182.76 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 220 | 0.89 | 0.3 | 0 | 0.14 | 200.31 | 0.8 | 0.48 |
| Hex | 19 | 9A | DC | 59 | 1E | 0 | E | C8 | 50 | 30 |
| Octal | 31 | 232 | 334 | 131 | 36 | 0 | 16 | 310 | 120 | 60 |
| Binary | 11001 | 10011010 | 11011100 | 1011001 | 11110 | 0 | 1110 | 11001000 | 1010000 | 110000 |
Color Harmonies of #199ADC
Complementary color
Monochromatic Colors of #199ADC
Black with #199ADC
Text Example
Text Example
White with #199ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ADC; }
p { color: rgb(25,154,220); }
H1.HeaderClassName
{
color: #199ADC;
}
.AnyTagClassName
{
color: #199ADC;
}
</style>
background-color css
<style>
a { background-color: #199ADC; }
a { background-color: rgb(25,154,220); }
div.DivClassName
{
background-color: #199ADC;
}
.BgClassName
{
background-color: #199ADC;
}
</style>
border-color css
<style>
span { border-color: #199ADC; }
span { border-color: rgb(25,154,220); }
td.TdClassName
{
border-color: #199ADC;
}
.TagClassName
{
border-color: #199ADC;
}
</style>