Shades of Iris Blue #15A8BD
Tints of Iris Blue #15A8BD
RGB
CMYK
RGB Variations
Color information
#15A8BD (or 0x15A8BD) is known color: Iris Blue. HEX triplet: 15, A8 and BD. RGB value is (21,168,189). Sum of RGB (Red+Green+Blue) = 21+168+189=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 168 (66.02% from 255 or 44.44% 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 #15A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A8BD is #EA5742. Grayscale: #7E7E7E. Windows color (decimal): -15357763 or 12429333. OLE color: 12429333.
HSL color Cylindrical-coordinate representation of color #15A8BD: hue angle of 187.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A8BD is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 168 | 189 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.26 |
| HSL | 187.5º | 0.8% | 0.41% | - |
| HSV(B) | 187.5º | 0.89% | 0.74% | - |
| XYZ | 23.5 | 31.84 | 53.05 | - |
| YUV | 126.44 | 163.3 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 168 | 189 | 0.89 | 0.11 | 0 | 0.26 | 187.5 | 0.8 | 0.41 |
| Hex | 15 | A8 | BD | 59 | B | 0 | 1A | BC | 50 | 29 |
| Octal | 25 | 250 | 275 | 131 | 13 | 0 | 32 | 274 | 120 | 51 |
| Binary | 10101 | 10101000 | 10111101 | 1011001 | 1011 | 0 | 11010 | 10111100 | 1010000 | 101001 |
Color Harmonies of #15A8BD
Complementary color
Monochromatic Colors of #15A8BD
Black with #15A8BD
Text Example
Text Example
White with #15A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A8BD; }
p { color: rgb(21,168,189); }
H1.HeaderClassName
{
color: #15A8BD;
}
.AnyTagClassName
{
color: #15A8BD;
}
</style>
background-color css
<style>
a { background-color: #15A8BD; }
a { background-color: rgb(21,168,189); }
div.DivClassName
{
background-color: #15A8BD;
}
.BgClassName
{
background-color: #15A8BD;
}
</style>
border-color css
<style>
span { border-color: #15A8BD; }
span { border-color: rgb(21,168,189); }
td.TdClassName
{
border-color: #15A8BD;
}
.TagClassName
{
border-color: #15A8BD;
}
</style>