Shades of Pacific Blue #199ECD
Tints of Pacific Blue #199ECD
RGB
CMYK
RGB Variations
Color information
#199ECD (or 0x199ECD) is known color: Pacific Blue. HEX triplet: 19, 9E and CD. RGB value is (25,158,205). Sum of RGB (Red+Green+Blue) = 25+158+205=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #199ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ECD is #E66132. Grayscale: #7B7B7B. Windows color (decimal): -15098163 or 13475353. OLE color: 13475353.
HSL color Cylindrical-coordinate representation of color #199ECD: hue angle of 195.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199ECD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 158 | 205 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.20 |
| HSL | 195.67º | 0.78% | 0.45% | - |
| HSV(B) | 195.67º | 0.88% | 0.8% | - |
| XYZ | 23.65 | 29.07 | 62.12 | - |
| YUV | 123.59 | 173.94 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 205 | 0.88 | 0.23 | 0 | 0.20 | 195.67 | 0.78 | 0.45 |
| Hex | 19 | 9E | CD | 58 | 17 | 0 | 14 | C4 | 4E | 2D |
| Octal | 31 | 236 | 315 | 130 | 27 | 0 | 24 | 304 | 116 | 55 |
| Binary | 11001 | 10011110 | 11001101 | 1011000 | 10111 | 0 | 10100 | 11000100 | 1001110 | 101101 |
Color Harmonies of #199ECD
Complementary color
Monochromatic Colors of #199ECD
Black with #199ECD
Text Example
Text Example
White with #199ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ECD; }
p { color: rgb(25,158,205); }
H1.HeaderClassName
{
color: #199ECD;
}
.AnyTagClassName
{
color: #199ECD;
}
</style>
background-color css
<style>
a { background-color: #199ECD; }
a { background-color: rgb(25,158,205); }
div.DivClassName
{
background-color: #199ECD;
}
.BgClassName
{
background-color: #199ECD;
}
</style>
border-color css
<style>
span { border-color: #199ECD; }
span { border-color: rgb(25,158,205); }
td.TdClassName
{
border-color: #199ECD;
}
.TagClassName
{
border-color: #199ECD;
}
</style>