Shades of Pelorous #15A3BE
Tints of Pelorous #15A3BE
RGB
CMYK
RGB Variations
Color information
#15A3BE (or 0x15A3BE) is known color: Pelorous. HEX triplet: 15, A3 and BE. RGB value is (21,163,190). Sum of RGB (Red+Green+Blue) = 21+163+190=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #15A3BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A3BE is #EA5C41. Grayscale: #7B7B7B. Windows color (decimal): -15359042 or 12493589. OLE color: 12493589.
HSL color Cylindrical-coordinate representation of color #15A3BE: hue angle of 189.59º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A3BE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 163 | 190 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.25 |
| HSL | 189.59º | 0.8% | 0.41% | - |
| HSV(B) | 189.59º | 0.89% | 0.75% | - |
| XYZ | 22.7 | 30.07 | 53.32 | - |
| YUV | 123.62 | 165.46 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 163 | 190 | 0.89 | 0.14 | 0 | 0.25 | 189.59 | 0.8 | 0.41 |
| Hex | 15 | A3 | BE | 59 | E | 0 | 19 | BE | 50 | 29 |
| Octal | 25 | 243 | 276 | 131 | 16 | 0 | 31 | 276 | 120 | 51 |
| Binary | 10101 | 10100011 | 10111110 | 1011001 | 1110 | 0 | 11001 | 10111110 | 1010000 | 101001 |
Color Harmonies of #15A3BE
Complementary color
Monochromatic Colors of #15A3BE
Black with #15A3BE
Text Example
Text Example
White with #15A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A3BE; }
p { color: rgb(21,163,190); }
H1.HeaderClassName
{
color: #15A3BE;
}
.AnyTagClassName
{
color: #15A3BE;
}
</style>
background-color css
<style>
a { background-color: #15A3BE; }
a { background-color: rgb(21,163,190); }
div.DivClassName
{
background-color: #15A3BE;
}
.BgClassName
{
background-color: #15A3BE;
}
</style>
border-color css
<style>
span { border-color: #15A3BE; }
span { border-color: rgb(21,163,190); }
td.TdClassName
{
border-color: #15A3BE;
}
.TagClassName
{
border-color: #15A3BE;
}
</style>