Shades of Iris Blue #15B5CE
Tints of Iris Blue #15B5CE
RGB
CMYK
RGB Variations
Color information
#15B5CE (or 0x15B5CE) is known color: Iris Blue. HEX triplet: 15, B5 and CE. RGB value is (21,181,206). Sum of RGB (Red+Green+Blue) = 21+181+206=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #15B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B5CE is #EA4A31. Grayscale: #878787. Windows color (decimal): -15354418 or 13546773. OLE color: 13546773.
HSL color Cylindrical-coordinate representation of color #15B5CE: hue angle of 188.11º 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 #15B5CE is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 181 | 206 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.19 |
| HSL | 188.11º | 0.81% | 0.45% | - |
| HSV(B) | 188.11º | 0.9% | 0.81% | - |
| XYZ | 27.97 | 37.66 | 64.19 | - |
| YUV | 136.01 | 167.49 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 181 | 206 | 0.90 | 0.12 | 0 | 0.19 | 188.11 | 0.81 | 0.45 |
| Hex | 15 | B5 | CE | 5A | C | 0 | 13 | BC | 51 | 2D |
| Octal | 25 | 265 | 316 | 132 | 14 | 0 | 23 | 274 | 121 | 55 |
| Binary | 10101 | 10110101 | 11001110 | 1011010 | 1100 | 0 | 10011 | 10111100 | 1010001 | 101101 |
Color Harmonies of #15B5CE
Complementary color
Monochromatic Colors of #15B5CE
Black with #15B5CE
Text Example
Text Example
White with #15B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B5CE; }
p { color: rgb(21,181,206); }
H1.HeaderClassName
{
color: #15B5CE;
}
.AnyTagClassName
{
color: #15B5CE;
}
</style>
background-color css
<style>
a { background-color: #15B5CE; }
a { background-color: rgb(21,181,206); }
div.DivClassName
{
background-color: #15B5CE;
}
.BgClassName
{
background-color: #15B5CE;
}
</style>
border-color css
<style>
span { border-color: #15B5CE; }
span { border-color: rgb(21,181,206); }
td.TdClassName
{
border-color: #15B5CE;
}
.TagClassName
{
border-color: #15B5CE;
}
</style>