Shades of Iris Blue #15B3CE
Tints of Iris Blue #15B3CE
RGB
CMYK
RGB Variations
Color information
#15B3CE (or 0x15B3CE) is known color: Iris Blue. HEX triplet: 15, B3 and CE. RGB value is (21,179,206). Sum of RGB (Red+Green+Blue) = 21+179+206=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #15B3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B3CE is #EA4C31. Grayscale: #868686. Windows color (decimal): -15354930 or 13546261. OLE color: 13546261.
HSL color Cylindrical-coordinate representation of color #15B3CE: hue angle of 188.76º 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 #15B3CE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 179 | 206 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.19 |
| HSL | 188.76º | 0.81% | 0.45% | - |
| HSV(B) | 188.76º | 0.9% | 0.81% | - |
| XYZ | 27.57 | 36.86 | 64.05 | - |
| YUV | 134.84 | 168.15 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 179 | 206 | 0.90 | 0.13 | 0 | 0.19 | 188.76 | 0.81 | 0.45 |
| Hex | 15 | B3 | CE | 5A | D | 0 | 13 | BD | 51 | 2D |
| Octal | 25 | 263 | 316 | 132 | 15 | 0 | 23 | 275 | 121 | 55 |
| Binary | 10101 | 10110011 | 11001110 | 1011010 | 1101 | 0 | 10011 | 10111101 | 1010001 | 101101 |
Color Harmonies of #15B3CE
Complementary color
Monochromatic Colors of #15B3CE
Black with #15B3CE
Text Example
Text Example
White with #15B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B3CE; }
p { color: rgb(21,179,206); }
H1.HeaderClassName
{
color: #15B3CE;
}
.AnyTagClassName
{
color: #15B3CE;
}
</style>
background-color css
<style>
a { background-color: #15B3CE; }
a { background-color: rgb(21,179,206); }
div.DivClassName
{
background-color: #15B3CE;
}
.BgClassName
{
background-color: #15B3CE;
}
</style>
border-color css
<style>
span { border-color: #15B3CE; }
span { border-color: rgb(21,179,206); }
td.TdClassName
{
border-color: #15B3CE;
}
.TagClassName
{
border-color: #15B3CE;
}
</style>