Shades of Iris Blue #15B8D7
Tints of Iris Blue #15B8D7
RGB
CMYK
RGB Variations
Color information
#15B8D7 (or 0x15B8D7) is known color: Iris Blue. HEX triplet: 15, B8 and D7. RGB value is (21,184,215). Sum of RGB (Red+Green+Blue) = 21+184+215=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #15B8D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B8D7 is #EA4728. Grayscale: #8A8A8A. Windows color (decimal): -15353641 or 14137365. OLE color: 14137365.
HSL color Cylindrical-coordinate representation of color #15B8D7: hue angle of 189.59º 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 #15B8D7 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 184 | 215 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.16 |
| HSL | 189.59º | 0.82% | 0.46% | - |
| HSV(B) | 189.59º | 0.9% | 0.84% | - |
| XYZ | 29.72 | 39.35 | 70.32 | - |
| YUV | 138.8 | 171 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 184 | 215 | 0.90 | 0.14 | 0 | 0.16 | 189.59 | 0.82 | 0.46 |
| Hex | 15 | B8 | D7 | 5A | E | 0 | 10 | BE | 52 | 2E |
| Octal | 25 | 270 | 327 | 132 | 16 | 0 | 20 | 276 | 122 | 56 |
| Binary | 10101 | 10111000 | 11010111 | 1011010 | 1110 | 0 | 10000 | 10111110 | 1010010 | 101110 |
Color Harmonies of #15B8D7
Complementary color
Monochromatic Colors of #15B8D7
Black with #15B8D7
Text Example
Text Example
White with #15B8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B8D7; }
p { color: rgb(21,184,215); }
H1.HeaderClassName
{
color: #15B8D7;
}
.AnyTagClassName
{
color: #15B8D7;
}
</style>
background-color css
<style>
a { background-color: #15B8D7; }
a { background-color: rgb(21,184,215); }
div.DivClassName
{
background-color: #15B8D7;
}
.BgClassName
{
background-color: #15B8D7;
}
</style>
border-color css
<style>
span { border-color: #15B8D7; }
span { border-color: rgb(21,184,215); }
td.TdClassName
{
border-color: #15B8D7;
}
.TagClassName
{
border-color: #15B8D7;
}
</style>