Shades of Pelorous #19A4BD
Tints of Pelorous #19A4BD
RGB
CMYK
RGB Variations
Color information
#19A4BD (or 0x19A4BD) is known color: Pelorous. HEX triplet: 19, A4 and BD. RGB value is (25,164,189). Sum of RGB (Red+Green+Blue) = 25+164+189=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #19A4BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A4BD is #E65B42. Grayscale: #7D7D7D. Windows color (decimal): -15096643 or 12428313. OLE color: 12428313.
HSL color Cylindrical-coordinate representation of color #19A4BD: hue angle of 189.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A4BD is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 164 | 189 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.26 |
| HSL | 189.15º | 0.77% | 0.42% | - |
| HSV(B) | 189.15º | 0.87% | 0.74% | - |
| XYZ | 22.86 | 30.43 | 52.81 | - |
| YUV | 125.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 164 | 189 | 0.87 | 0.13 | 0 | 0.26 | 189.15 | 0.77 | 0.42 |
| Hex | 19 | A4 | BD | 57 | D | 0 | 1A | BD | 4D | 2A |
| Octal | 31 | 244 | 275 | 127 | 15 | 0 | 32 | 275 | 115 | 52 |
| Binary | 11001 | 10100100 | 10111101 | 1010111 | 1101 | 0 | 11010 | 10111101 | 1001101 | 101010 |
Color Harmonies of #19A4BD
Complementary color
Monochromatic Colors of #19A4BD
Black with #19A4BD
Text Example
Text Example
White with #19A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A4BD; }
p { color: rgb(25,164,189); }
H1.HeaderClassName
{
color: #19A4BD;
}
.AnyTagClassName
{
color: #19A4BD;
}
</style>
background-color css
<style>
a { background-color: #19A4BD; }
a { background-color: rgb(25,164,189); }
div.DivClassName
{
background-color: #19A4BD;
}
.BgClassName
{
background-color: #19A4BD;
}
</style>
border-color css
<style>
span { border-color: #19A4BD; }
span { border-color: rgb(25,164,189); }
td.TdClassName
{
border-color: #19A4BD;
}
.TagClassName
{
border-color: #19A4BD;
}
</style>