Shades of Pacific Blue #199DD7
Tints of Pacific Blue #199DD7
RGB
CMYK
RGB Variations
Color information
#199DD7 (or 0x199DD7) is known color: Pacific Blue. HEX triplet: 19, 9D and D7. RGB value is (25,157,215). Sum of RGB (Red+Green+Blue) = 25+157+215=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #199DD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DD7 is #E66228. Grayscale: #7B7B7B. Windows color (decimal): -15098409 or 14130457. OLE color: 14130457.
HSL color Cylindrical-coordinate representation of color #199DD7: hue angle of 198.32º 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 #199DD7 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 157 | 215 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.16 |
| HSL | 198.32º | 0.79% | 0.47% | - |
| HSV(B) | 198.32º | 0.88% | 0.84% | - |
| XYZ | 24.72 | 29.23 | 68.63 | - |
| YUV | 124.14 | 179.27 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 215 | 0.88 | 0.27 | 0 | 0.16 | 198.32 | 0.79 | 0.47 |
| Hex | 19 | 9D | D7 | 58 | 1B | 0 | 10 | C6 | 4F | 2F |
| Octal | 31 | 235 | 327 | 130 | 33 | 0 | 20 | 306 | 117 | 57 |
| Binary | 11001 | 10011101 | 11010111 | 1011000 | 11011 | 0 | 10000 | 11000110 | 1001111 | 101111 |
Color Harmonies of #199DD7
Complementary color
Monochromatic Colors of #199DD7
Black with #199DD7
Text Example
Text Example
White with #199DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DD7; }
p { color: rgb(25,157,215); }
H1.HeaderClassName
{
color: #199DD7;
}
.AnyTagClassName
{
color: #199DD7;
}
</style>
background-color css
<style>
a { background-color: #199DD7; }
a { background-color: rgb(25,157,215); }
div.DivClassName
{
background-color: #199DD7;
}
.BgClassName
{
background-color: #199DD7;
}
</style>
border-color css
<style>
span { border-color: #199DD7; }
span { border-color: rgb(25,157,215); }
td.TdClassName
{
border-color: #199DD7;
}
.TagClassName
{
border-color: #199DD7;
}
</style>