Shades of Pacific Blue #199DCD
Tints of Pacific Blue #199DCD
RGB
CMYK
RGB Variations
Color information
#199DCD (or 0x199DCD) is known color: Pacific Blue. HEX triplet: 19, 9D and CD. RGB value is (25,157,205). Sum of RGB (Red+Green+Blue) = 25+157+205=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #199DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DCD is #E66232. Grayscale: #7A7A7A. Windows color (decimal): -15098419 or 13475097. OLE color: 13475097.
HSL color Cylindrical-coordinate representation of color #199DCD: hue angle of 196º 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 #199DCD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 157 | 205 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.20 |
| HSL | 196º | 0.78% | 0.45% | - |
| HSV(B) | 196º | 0.88% | 0.8% | - |
| XYZ | 23.48 | 28.73 | 62.07 | - |
| YUV | 123 | 174.27 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 205 | 0.88 | 0.23 | 0 | 0.20 | 196 | 0.78 | 0.45 |
| Hex | 19 | 9D | CD | 58 | 17 | 0 | 14 | C4 | 4E | 2D |
| Octal | 31 | 235 | 315 | 130 | 27 | 0 | 24 | 304 | 116 | 55 |
| Binary | 11001 | 10011101 | 11001101 | 1011000 | 10111 | 0 | 10100 | 11000100 | 1001110 | 101101 |
Color Harmonies of #199DCD
Complementary color
Monochromatic Colors of #199DCD
Black with #199DCD
Text Example
Text Example
White with #199DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DCD; }
p { color: rgb(25,157,205); }
H1.HeaderClassName
{
color: #199DCD;
}
.AnyTagClassName
{
color: #199DCD;
}
</style>
background-color css
<style>
a { background-color: #199DCD; }
a { background-color: rgb(25,157,205); }
div.DivClassName
{
background-color: #199DCD;
}
.BgClassName
{
background-color: #199DCD;
}
</style>
border-color css
<style>
span { border-color: #199DCD; }
span { border-color: rgb(25,157,205); }
td.TdClassName
{
border-color: #199DCD;
}
.TagClassName
{
border-color: #199DCD;
}
</style>