Shades of Iris Blue #15BDD5
Tints of Iris Blue #15BDD5
RGB
CMYK
RGB Variations
Color information
#15BDD5 (or 0x15BDD5) is known color: Iris Blue. HEX triplet: 15, BD and D5. RGB value is (21,189,213). Sum of RGB (Red+Green+Blue) = 21+189+213=423 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.96% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #15BDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDD5 is #EA422A. Grayscale: #8D8D8D. Windows color (decimal): -15352363 or 14007573. OLE color: 14007573.
HSL color Cylindrical-coordinate representation of color #15BDD5: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BDD5 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 189 | 213 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.16 |
| HSL | 187.5º | 0.82% | 0.46% | - |
| HSV(B) | 187.5º | 0.9% | 0.84% | - |
| XYZ | 30.52 | 41.36 | 69.33 | - |
| YUV | 141.5 | 168.34 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 213 | 0.90 | 0.11 | 0 | 0.16 | 187.5 | 0.82 | 0.46 |
| Hex | 15 | BD | D5 | 5A | B | 0 | 10 | BC | 52 | 2E |
| Octal | 25 | 275 | 325 | 132 | 13 | 0 | 20 | 274 | 122 | 56 |
| Binary | 10101 | 10111101 | 11010101 | 1011010 | 1011 | 0 | 10000 | 10111100 | 1010010 | 101110 |
Color Harmonies of #15BDD5
Complementary color
Monochromatic Colors of #15BDD5
Black with #15BDD5
Text Example
Text Example
White with #15BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDD5; }
p { color: rgb(21,189,213); }
H1.HeaderClassName
{
color: #15BDD5;
}
.AnyTagClassName
{
color: #15BDD5;
}
</style>
background-color css
<style>
a { background-color: #15BDD5; }
a { background-color: rgb(21,189,213); }
div.DivClassName
{
background-color: #15BDD5;
}
.BgClassName
{
background-color: #15BDD5;
}
</style>
border-color css
<style>
span { border-color: #15BDD5; }
span { border-color: rgb(21,189,213); }
td.TdClassName
{
border-color: #15BDD5;
}
.TagClassName
{
border-color: #15BDD5;
}
</style>