Shades of Pacific Blue #199ED5
Tints of Pacific Blue #199ED5
RGB
CMYK
RGB Variations
Color information
#199ED5 (or 0x199ED5) is known color: Pacific Blue. HEX triplet: 19, 9E and D5. RGB value is (25,158,213). Sum of RGB (Red+Green+Blue) = 25+158+213=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #199ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ED5 is #E6612A. Grayscale: #7C7C7C. Windows color (decimal): -15098155 or 13999641. OLE color: 13999641.
HSL color Cylindrical-coordinate representation of color #199ED5: hue angle of 197.55º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199ED5 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 158 | 213 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.16 |
| HSL | 197.55º | 0.79% | 0.47% | - |
| HSV(B) | 197.55º | 0.88% | 0.84% | - |
| XYZ | 24.64 | 29.46 | 67.34 | - |
| YUV | 124.5 | 177.94 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 213 | 0.88 | 0.26 | 0 | 0.16 | 197.55 | 0.79 | 0.47 |
| Hex | 19 | 9E | D5 | 58 | 1A | 0 | 10 | C6 | 4F | 2F |
| Octal | 31 | 236 | 325 | 130 | 32 | 0 | 20 | 306 | 117 | 57 |
| Binary | 11001 | 10011110 | 11010101 | 1011000 | 11010 | 0 | 10000 | 11000110 | 1001111 | 101111 |
Color Harmonies of #199ED5
Complementary color
Monochromatic Colors of #199ED5
Black with #199ED5
Text Example
Text Example
White with #199ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ED5; }
p { color: rgb(25,158,213); }
H1.HeaderClassName
{
color: #199ED5;
}
.AnyTagClassName
{
color: #199ED5;
}
</style>
background-color css
<style>
a { background-color: #199ED5; }
a { background-color: rgb(25,158,213); }
div.DivClassName
{
background-color: #199ED5;
}
.BgClassName
{
background-color: #199ED5;
}
</style>
border-color css
<style>
span { border-color: #199ED5; }
span { border-color: rgb(25,158,213); }
td.TdClassName
{
border-color: #199ED5;
}
.TagClassName
{
border-color: #199ED5;
}
</style>