Shades of Pelorous #15A4B7
Tints of Pelorous #15A4B7
RGB
CMYK
RGB Variations
Color information
#15A4B7 (or 0x15A4B7) is known color: Pelorous. HEX triplet: 15, A4 and B7. RGB value is (21,164,183). Sum of RGB (Red+Green+Blue) = 21+164+183=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #15A4B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A4B7 is #EA5B48. Grayscale: #7B7B7B. Windows color (decimal): -15358793 or 12035093. OLE color: 12035093.
HSL color Cylindrical-coordinate representation of color #15A4B7: hue angle of 187.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A4B7 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 164 | 183 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.28 |
| HSL | 187.04º | 0.79% | 0.4% | - |
| HSV(B) | 187.04º | 0.89% | 0.72% | - |
| XYZ | 22.13 | 30.13 | 49.45 | - |
| YUV | 123.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 164 | 183 | 0.89 | 0.10 | 0 | 0.28 | 187.04 | 0.79 | 0.4 |
| Hex | 15 | A4 | B7 | 59 | A | 0 | 1C | BB | 4F | 28 |
| Octal | 25 | 244 | 267 | 131 | 12 | 0 | 34 | 273 | 117 | 50 |
| Binary | 10101 | 10100100 | 10110111 | 1011001 | 1010 | 0 | 11100 | 10111011 | 1001111 | 101000 |
Color Harmonies of #15A4B7
Complementary color
Monochromatic Colors of #15A4B7
Black with #15A4B7
Text Example
Text Example
White with #15A4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A4B7; }
p { color: rgb(21,164,183); }
H1.HeaderClassName
{
color: #15A4B7;
}
.AnyTagClassName
{
color: #15A4B7;
}
</style>
background-color css
<style>
a { background-color: #15A4B7; }
a { background-color: rgb(21,164,183); }
div.DivClassName
{
background-color: #15A4B7;
}
.BgClassName
{
background-color: #15A4B7;
}
</style>
border-color css
<style>
span { border-color: #15A4B7; }
span { border-color: rgb(21,164,183); }
td.TdClassName
{
border-color: #15A4B7;
}
.TagClassName
{
border-color: #15A4B7;
}
</style>