Shades of Pacific Blue #199CDA
Tints of Pacific Blue #199CDA
RGB
CMYK
RGB Variations
Color information
#199CDA (or 0x199CDA) is known color: Pacific Blue. HEX triplet: 19, 9C and DA. RGB value is (25,156,218). Sum of RGB (Red+Green+Blue) = 25+156+218=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #199CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CDA is #E66325. Grayscale: #7B7B7B. Windows color (decimal): -15098662 or 14326809. OLE color: 14326809.
HSL color Cylindrical-coordinate representation of color #199CDA: hue angle of 199.27º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199CDA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 156 | 218 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.15 |
| HSL | 199.27º | 0.79% | 0.48% | - |
| HSV(B) | 199.27º | 0.89% | 0.85% | - |
| XYZ | 24.94 | 29.05 | 70.62 | - |
| YUV | 123.9 | 181.1 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 218 | 0.89 | 0.28 | 0 | 0.15 | 199.27 | 0.79 | 0.48 |
| Hex | 19 | 9C | DA | 59 | 1C | 0 | F | C7 | 4F | 30 |
| Octal | 31 | 234 | 332 | 131 | 34 | 0 | 17 | 307 | 117 | 60 |
| Binary | 11001 | 10011100 | 11011010 | 1011001 | 11100 | 0 | 1111 | 11000111 | 1001111 | 110000 |
Color Harmonies of #199CDA
Complementary color
Monochromatic Colors of #199CDA
Black with #199CDA
Text Example
Text Example
White with #199CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CDA; }
p { color: rgb(25,156,218); }
H1.HeaderClassName
{
color: #199CDA;
}
.AnyTagClassName
{
color: #199CDA;
}
</style>
background-color css
<style>
a { background-color: #199CDA; }
a { background-color: rgb(25,156,218); }
div.DivClassName
{
background-color: #199CDA;
}
.BgClassName
{
background-color: #199CDA;
}
</style>
border-color css
<style>
span { border-color: #199CDA; }
span { border-color: rgb(25,156,218); }
td.TdClassName
{
border-color: #199CDA;
}
.TagClassName
{
border-color: #199CDA;
}
</style>