Shades of Pacific Blue #199FC9
Tints of Pacific Blue #199FC9
RGB
CMYK
RGB Variations
Color information
#199FC9 (or 0x199FC9) is known color: Pacific Blue. HEX triplet: 19, 9F and C9. RGB value is (25,159,201). Sum of RGB (Red+Green+Blue) = 25+159+201=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #199FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FC9 is #E66036. Grayscale: #7B7B7B. Windows color (decimal): -15097911 or 13213465. OLE color: 13213465.
HSL color Cylindrical-coordinate representation of color #199FC9: hue angle of 194.32º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199FC9 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 159 | 201 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.21 |
| HSL | 194.32º | 0.78% | 0.44% | - |
| HSV(B) | 194.32º | 0.88% | 0.79% | - |
| XYZ | 23.34 | 29.22 | 59.67 | - |
| YUV | 123.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 201 | 0.88 | 0.21 | 0 | 0.21 | 194.32 | 0.78 | 0.44 |
| Hex | 19 | 9F | C9 | 58 | 15 | 0 | 15 | C2 | 4E | 2C |
| Octal | 31 | 237 | 311 | 130 | 25 | 0 | 25 | 302 | 116 | 54 |
| Binary | 11001 | 10011111 | 11001001 | 1011000 | 10101 | 0 | 10101 | 11000010 | 1001110 | 101100 |
Color Harmonies of #199FC9
Complementary color
Monochromatic Colors of #199FC9
Black with #199FC9
Text Example
Text Example
White with #199FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199FC9; }
p { color: rgb(25,159,201); }
H1.HeaderClassName
{
color: #199FC9;
}
.AnyTagClassName
{
color: #199FC9;
}
</style>
background-color css
<style>
a { background-color: #199FC9; }
a { background-color: rgb(25,159,201); }
div.DivClassName
{
background-color: #199FC9;
}
.BgClassName
{
background-color: #199FC9;
}
</style>
border-color css
<style>
span { border-color: #199FC9; }
span { border-color: rgb(25,159,201); }
td.TdClassName
{
border-color: #199FC9;
}
.TagClassName
{
border-color: #199FC9;
}
</style>