Shades of Pacific Blue #19A2CF
Tints of Pacific Blue #19A2CF
RGB
CMYK
RGB Variations
Color information
#19A2CF (or 0x19A2CF) is known color: Pacific Blue. HEX triplet: 19, A2 and CF. RGB value is (25,162,207). Sum of RGB (Red+Green+Blue) = 25+162+207=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #19A2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A2CF is #E65D30. Grayscale: #7D7D7D. Windows color (decimal): -15097137 or 13607449. OLE color: 13607449.
HSL color Cylindrical-coordinate representation of color #19A2CF: hue angle of 194.84º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19A2CF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 162 | 207 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.19 |
| HSL | 194.84º | 0.78% | 0.45% | - |
| HSV(B) | 194.84º | 0.88% | 0.81% | - |
| XYZ | 24.58 | 30.55 | 63.63 | - |
| YUV | 126.17 | 173.61 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 207 | 0.88 | 0.22 | 0 | 0.19 | 194.84 | 0.78 | 0.45 |
| Hex | 19 | A2 | CF | 58 | 16 | 0 | 13 | C3 | 4E | 2D |
| Octal | 31 | 242 | 317 | 130 | 26 | 0 | 23 | 303 | 116 | 55 |
| Binary | 11001 | 10100010 | 11001111 | 1011000 | 10110 | 0 | 10011 | 11000011 | 1001110 | 101101 |
Color Harmonies of #19A2CF
Complementary color
Monochromatic Colors of #19A2CF
Black with #19A2CF
Text Example
Text Example
White with #19A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A2CF; }
p { color: rgb(25,162,207); }
H1.HeaderClassName
{
color: #19A2CF;
}
.AnyTagClassName
{
color: #19A2CF;
}
</style>
background-color css
<style>
a { background-color: #19A2CF; }
a { background-color: rgb(25,162,207); }
div.DivClassName
{
background-color: #19A2CF;
}
.BgClassName
{
background-color: #19A2CF;
}
</style>
border-color css
<style>
span { border-color: #19A2CF; }
span { border-color: rgb(25,162,207); }
td.TdClassName
{
border-color: #19A2CF;
}
.TagClassName
{
border-color: #19A2CF;
}
</style>