Shades of Iris Blue #15B6D3
Tints of Iris Blue #15B6D3
RGB
CMYK
RGB Variations
Color information
#15B6D3 (or 0x15B6D3) is known color: Iris Blue. HEX triplet: 15, B6 and D3. RGB value is (21,182,211). Sum of RGB (Red+Green+Blue) = 21+182+211=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #15B6D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B6D3 is #EA492C. Grayscale: #888888. Windows color (decimal): -15354157 or 13874709. OLE color: 13874709.
HSL color Cylindrical-coordinate representation of color #15B6D3: hue angle of 189.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B6D3 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 182 | 211 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.17 |
| HSL | 189.16º | 0.82% | 0.45% | - |
| HSV(B) | 189.16º | 0.9% | 0.83% | - |
| XYZ | 28.8 | 38.32 | 67.51 | - |
| YUV | 137.17 | 169.66 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 182 | 211 | 0.90 | 0.14 | 0 | 0.17 | 189.16 | 0.82 | 0.45 |
| Hex | 15 | B6 | D3 | 5A | E | 0 | 11 | BD | 52 | 2D |
| Octal | 25 | 266 | 323 | 132 | 16 | 0 | 21 | 275 | 122 | 55 |
| Binary | 10101 | 10110110 | 11010011 | 1011010 | 1110 | 0 | 10001 | 10111101 | 1010010 | 101101 |
Color Harmonies of #15B6D3
Complementary color
Monochromatic Colors of #15B6D3
Black with #15B6D3
Text Example
Text Example
White with #15B6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B6D3; }
p { color: rgb(21,182,211); }
H1.HeaderClassName
{
color: #15B6D3;
}
.AnyTagClassName
{
color: #15B6D3;
}
</style>
background-color css
<style>
a { background-color: #15B6D3; }
a { background-color: rgb(21,182,211); }
div.DivClassName
{
background-color: #15B6D3;
}
.BgClassName
{
background-color: #15B6D3;
}
</style>
border-color css
<style>
span { border-color: #15B6D3; }
span { border-color: rgb(21,182,211); }
td.TdClassName
{
border-color: #15B6D3;
}
.TagClassName
{
border-color: #15B6D3;
}
</style>