Shades of Iris Blue #15B8CE
Tints of Iris Blue #15B8CE
RGB
CMYK
RGB Variations
Color information
#15B8CE (or 0x15B8CE) is known color: Iris Blue. HEX triplet: 15, B8 and CE. RGB value is (21,184,206). Sum of RGB (Red+Green+Blue) = 21+184+206=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #15B8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B8CE is #EA4731. Grayscale: #898989. Windows color (decimal): -15353650 or 13547541. OLE color: 13547541.
HSL color Cylindrical-coordinate representation of color #15B8CE: hue angle of 187.14º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B8CE is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 184 | 206 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.19 |
| HSL | 187.14º | 0.81% | 0.45% | - |
| HSV(B) | 187.14º | 0.9% | 0.81% | - |
| XYZ | 28.59 | 38.9 | 64.39 | - |
| YUV | 137.77 | 166.5 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 184 | 206 | 0.90 | 0.11 | 0 | 0.19 | 187.14 | 0.81 | 0.45 |
| Hex | 15 | B8 | CE | 5A | B | 0 | 13 | BB | 51 | 2D |
| Octal | 25 | 270 | 316 | 132 | 13 | 0 | 23 | 273 | 121 | 55 |
| Binary | 10101 | 10111000 | 11001110 | 1011010 | 1011 | 0 | 10011 | 10111011 | 1010001 | 101101 |
Color Harmonies of #15B8CE
Complementary color
Monochromatic Colors of #15B8CE
Black with #15B8CE
Text Example
Text Example
White with #15B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B8CE; }
p { color: rgb(21,184,206); }
H1.HeaderClassName
{
color: #15B8CE;
}
.AnyTagClassName
{
color: #15B8CE;
}
</style>
background-color css
<style>
a { background-color: #15B8CE; }
a { background-color: rgb(21,184,206); }
div.DivClassName
{
background-color: #15B8CE;
}
.BgClassName
{
background-color: #15B8CE;
}
</style>
border-color css
<style>
span { border-color: #15B8CE; }
span { border-color: rgb(21,184,206); }
td.TdClassName
{
border-color: #15B8CE;
}
.TagClassName
{
border-color: #15B8CE;
}
</style>