Shades of Pacific Blue #199EDA
Tints of Pacific Blue #199EDA
RGB
CMYK
RGB Variations
Color information
#199EDA (or 0x199EDA) is known color: Pacific Blue. HEX triplet: 19, 9E and DA. RGB value is (25,158,218). Sum of RGB (Red+Green+Blue) = 25+158+218=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #199EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EDA is #E66125. Grayscale: #7C7C7C. Windows color (decimal): -15098150 or 14327321. OLE color: 14327321.
HSL color Cylindrical-coordinate representation of color #199EDA: hue angle of 198.65º 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 #199EDA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 158 | 218 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.15 |
| HSL | 198.65º | 0.79% | 0.48% | - |
| HSV(B) | 198.65º | 0.89% | 0.85% | - |
| XYZ | 25.28 | 29.72 | 70.73 | - |
| YUV | 125.07 | 180.44 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 218 | 0.89 | 0.28 | 0 | 0.15 | 198.65 | 0.79 | 0.48 |
| Hex | 19 | 9E | DA | 59 | 1C | 0 | F | C7 | 4F | 30 |
| Octal | 31 | 236 | 332 | 131 | 34 | 0 | 17 | 307 | 117 | 60 |
| Binary | 11001 | 10011110 | 11011010 | 1011001 | 11100 | 0 | 1111 | 11000111 | 1001111 | 110000 |
Color Harmonies of #199EDA
Complementary color
Monochromatic Colors of #199EDA
Black with #199EDA
Text Example
Text Example
White with #199EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EDA; }
p { color: rgb(25,158,218); }
H1.HeaderClassName
{
color: #199EDA;
}
.AnyTagClassName
{
color: #199EDA;
}
</style>
background-color css
<style>
a { background-color: #199EDA; }
a { background-color: rgb(25,158,218); }
div.DivClassName
{
background-color: #199EDA;
}
.BgClassName
{
background-color: #199EDA;
}
</style>
border-color css
<style>
span { border-color: #199EDA; }
span { border-color: rgb(25,158,218); }
td.TdClassName
{
border-color: #199EDA;
}
.TagClassName
{
border-color: #199EDA;
}
</style>