Shades of Iris Blue #15A8BF
Tints of Iris Blue #15A8BF
RGB
CMYK
RGB Variations
Color information
#15A8BF (or 0x15A8BF) is known color: Iris Blue. HEX triplet: 15, A8 and BF. RGB value is (21,168,191). Sum of RGB (Red+Green+Blue) = 21+168+191=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #15A8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A8BF is #EA5740. Grayscale: #7E7E7E. Windows color (decimal): -15357761 or 12560405. OLE color: 12560405.
HSL color Cylindrical-coordinate representation of color #15A8BF: hue angle of 188.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A8BF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 168 | 191 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.25 |
| HSL | 188.12º | 0.8% | 0.42% | - |
| HSV(B) | 188.12º | 0.89% | 0.75% | - |
| XYZ | 23.72 | 31.93 | 54.2 | - |
| YUV | 126.67 | 164.3 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 191 | 0.89 | 0.12 | 0 | 0.25 | 188.12 | 0.8 | 0.42 |
| Hex | 15 | A8 | BF | 59 | C | 0 | 19 | BC | 50 | 2A |
| Octal | 25 | 250 | 277 | 131 | 14 | 0 | 31 | 274 | 120 | 52 |
| Binary | 10101 | 10101000 | 10111111 | 1011001 | 1100 | 0 | 11001 | 10111100 | 1010000 | 101010 |
Color Harmonies of #15A8BF
Complementary color
Monochromatic Colors of #15A8BF
Black with #15A8BF
Text Example
Text Example
White with #15A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8BF; }
p { color: rgb(21,168,191); }
H1.HeaderClassName
{
color: #15A8BF;
}
.AnyTagClassName
{
color: #15A8BF;
}
</style>
background-color css
<style>
a { background-color: #15A8BF; }
a { background-color: rgb(21,168,191); }
div.DivClassName
{
background-color: #15A8BF;
}
.BgClassName
{
background-color: #15A8BF;
}
</style>
border-color css
<style>
span { border-color: #15A8BF; }
span { border-color: rgb(21,168,191); }
td.TdClassName
{
border-color: #15A8BF;
}
.TagClassName
{
border-color: #15A8BF;
}
</style>