Shades of Iris Blue #15ADBC
Tints of Iris Blue #15ADBC
RGB
CMYK
RGB Variations
Color information
#15ADBC (or 0x15ADBC) is known color: Iris Blue. HEX triplet: 15, AD and BC. RGB value is (21,173,188). Sum of RGB (Red+Green+Blue) = 21+173+188=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #15ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADBC is #EA5243. Grayscale: #818181. Windows color (decimal): -15356484 or 12365077. OLE color: 12365077.
HSL color Cylindrical-coordinate representation of color #15ADBC: hue angle of 185.39º 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 #15ADBC is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 173 | 188 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.26 |
| HSL | 185.39º | 0.8% | 0.41% | - |
| HSV(B) | 185.39º | 0.89% | 0.74% | - |
| XYZ | 24.33 | 33.68 | 52.8 | - |
| YUV | 129.26 | 161.14 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 188 | 0.89 | 0.08 | 0 | 0.26 | 185.39 | 0.8 | 0.41 |
| Hex | 15 | AD | BC | 59 | 8 | 0 | 1A | B9 | 50 | 29 |
| Octal | 25 | 255 | 274 | 131 | 10 | 0 | 32 | 271 | 120 | 51 |
| Binary | 10101 | 10101101 | 10111100 | 1011001 | 1000 | 0 | 11010 | 10111001 | 1010000 | 101001 |
Color Harmonies of #15ADBC
Complementary color
Monochromatic Colors of #15ADBC
Black with #15ADBC
Text Example
Text Example
White with #15ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADBC; }
p { color: rgb(21,173,188); }
H1.HeaderClassName
{
color: #15ADBC;
}
.AnyTagClassName
{
color: #15ADBC;
}
</style>
background-color css
<style>
a { background-color: #15ADBC; }
a { background-color: rgb(21,173,188); }
div.DivClassName
{
background-color: #15ADBC;
}
.BgClassName
{
background-color: #15ADBC;
}
</style>
border-color css
<style>
span { border-color: #15ADBC; }
span { border-color: rgb(21,173,188); }
td.TdClassName
{
border-color: #15ADBC;
}
.TagClassName
{
border-color: #15ADBC;
}
</style>