Shades of Pacific Blue #19A6CE
Tints of Pacific Blue #19A6CE
RGB
CMYK
RGB Variations
Color information
#19A6CE (or 0x19A6CE) is known color: Pacific Blue. HEX triplet: 19, A6 and CE. RGB value is (25,166,206). Sum of RGB (Red+Green+Blue) = 25+166+206=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #19A6CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A6CE is #E65931. Grayscale: #808080. Windows color (decimal): -15096114 or 13542937. OLE color: 13542937.
HSL color Cylindrical-coordinate representation of color #19A6CE: hue angle of 193.26º 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 #19A6CE is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 166 | 206 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.19 |
| HSL | 193.26º | 0.78% | 0.45% | - |
| HSV(B) | 193.26º | 0.88% | 0.81% | - |
| XYZ | 25.18 | 31.94 | 63.23 | - |
| YUV | 128.4 | 171.79 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 206 | 0.88 | 0.19 | 0 | 0.19 | 193.26 | 0.78 | 0.45 |
| Hex | 19 | A6 | CE | 58 | 13 | 0 | 13 | C1 | 4E | 2D |
| Octal | 31 | 246 | 316 | 130 | 23 | 0 | 23 | 301 | 116 | 55 |
| Binary | 11001 | 10100110 | 11001110 | 1011000 | 10011 | 0 | 10011 | 11000001 | 1001110 | 101101 |
Color Harmonies of #19A6CE
Complementary color
Monochromatic Colors of #19A6CE
Black with #19A6CE
Text Example
Text Example
White with #19A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A6CE; }
p { color: rgb(25,166,206); }
H1.HeaderClassName
{
color: #19A6CE;
}
.AnyTagClassName
{
color: #19A6CE;
}
</style>
background-color css
<style>
a { background-color: #19A6CE; }
a { background-color: rgb(25,166,206); }
div.DivClassName
{
background-color: #19A6CE;
}
.BgClassName
{
background-color: #19A6CE;
}
</style>
border-color css
<style>
span { border-color: #19A6CE; }
span { border-color: rgb(25,166,206); }
td.TdClassName
{
border-color: #19A6CE;
}
.TagClassName
{
border-color: #19A6CE;
}
</style>