Shades of Iris Blue #15BDBD
Tints of Iris Blue #15BDBD
RGB
CMYK
RGB Variations
Color information
#15BDBD (or 0x15BDBD) is known color: Iris Blue. HEX triplet: 15, BD and BD. RGB value is (21,189,189). Sum of RGB (Red+Green+Blue) = 21+189+189=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #15BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDBD is #EA4242. Grayscale: #8A8A8A. Windows color (decimal): -15352387 or 12434709. OLE color: 12434709.
HSL color Cylindrical-coordinate representation of color #15BDBD: hue angle of 180º 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 #15BDBD is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 189 | 189 | - |
| CMYK | 0.89 | 0 | 0 | 0.26 |
| HSL | 180º | 0.8% | 0.41% | - |
| HSV(B) | 180º | 0.89% | 0.74% | - |
| XYZ | 27.69 | 40.23 | 54.45 | - |
| YUV | 138.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 189 | 0.89 | 0 | 0 | 0.26 | 180 | 0.8 | 0.41 |
| Hex | 15 | BD | BD | 59 | 0 | 0 | 1A | B4 | 50 | 29 |
| Octal | 25 | 275 | 275 | 131 | 0 | 0 | 32 | 264 | 120 | 51 |
| Binary | 10101 | 10111101 | 10111101 | 1011001 | 0 | 0 | 11010 | 10110100 | 1010000 | 101001 |
Color Harmonies of #15BDBD
Complementary color
Monochromatic Colors of #15BDBD
Black with #15BDBD
Text Example
Text Example
White with #15BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDBD; }
p { color: rgb(21,189,189); }
H1.HeaderClassName
{
color: #15BDBD;
}
.AnyTagClassName
{
color: #15BDBD;
}
</style>
background-color css
<style>
a { background-color: #15BDBD; }
a { background-color: rgb(21,189,189); }
div.DivClassName
{
background-color: #15BDBD;
}
.BgClassName
{
background-color: #15BDBD;
}
</style>
border-color css
<style>
span { border-color: #15BDBD; }
span { border-color: rgb(21,189,189); }
td.TdClassName
{
border-color: #15BDBD;
}
.TagClassName
{
border-color: #15BDBD;
}
</style>