Shades of Iris Blue #15B7CE
Tints of Iris Blue #15B7CE
RGB
CMYK
RGB Variations
Color information
#15B7CE (or 0x15B7CE) is known color: Iris Blue. HEX triplet: 15, B7 and CE. RGB value is (21,183,206). Sum of RGB (Red+Green+Blue) = 21+183+206=410 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.12% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #15B7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B7CE is #EA4831. Grayscale: #888888. Windows color (decimal): -15353906 or 13547285. OLE color: 13547285.
HSL color Cylindrical-coordinate representation of color #15B7CE: hue angle of 187.46º 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 #15B7CE is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 183 | 206 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.19 |
| HSL | 187.46º | 0.81% | 0.45% | - |
| HSV(B) | 187.46º | 0.9% | 0.81% | - |
| XYZ | 28.38 | 38.48 | 64.32 | - |
| YUV | 137.18 | 166.83 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 183 | 206 | 0.90 | 0.11 | 0 | 0.19 | 187.46 | 0.81 | 0.45 |
| Hex | 15 | B7 | CE | 5A | B | 0 | 13 | BB | 51 | 2D |
| Octal | 25 | 267 | 316 | 132 | 13 | 0 | 23 | 273 | 121 | 55 |
| Binary | 10101 | 10110111 | 11001110 | 1011010 | 1011 | 0 | 10011 | 10111011 | 1010001 | 101101 |
Color Harmonies of #15B7CE
Complementary color
Monochromatic Colors of #15B7CE
Black with #15B7CE
Text Example
Text Example
White with #15B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B7CE; }
p { color: rgb(21,183,206); }
H1.HeaderClassName
{
color: #15B7CE;
}
.AnyTagClassName
{
color: #15B7CE;
}
</style>
background-color css
<style>
a { background-color: #15B7CE; }
a { background-color: rgb(21,183,206); }
div.DivClassName
{
background-color: #15B7CE;
}
.BgClassName
{
background-color: #15B7CE;
}
</style>
border-color css
<style>
span { border-color: #15B7CE; }
span { border-color: rgb(21,183,206); }
td.TdClassName
{
border-color: #15B7CE;
}
.TagClassName
{
border-color: #15B7CE;
}
</style>