Shades of Iris Blue #15ABCF
Tints of Iris Blue #15ABCF
RGB
CMYK
RGB Variations
Color information
#15ABCF (or 0x15ABCF) is known color: Iris Blue. HEX triplet: 15, AB and CF. RGB value is (21,171,207). Sum of RGB (Red+Green+Blue) = 21+171+207=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #15ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ABCF is #EA5430. Grayscale: #818181. Windows color (decimal): -15356977 or 13609749. OLE color: 13609749.
HSL color Cylindrical-coordinate representation of color #15ABCF: hue angle of 191.61º degrees, saturation: 0.82, 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 #15ABCF is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 171 | 207 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.19 |
| HSL | 191.61º | 0.82% | 0.45% | - |
| HSV(B) | 191.61º | 0.9% | 0.81% | - |
| XYZ | 26.13 | 33.79 | 64.18 | - |
| YUV | 130.25 | 171.31 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 207 | 0.90 | 0.17 | 0 | 0.19 | 191.61 | 0.82 | 0.45 |
| Hex | 15 | AB | CF | 5A | 11 | 0 | 13 | C0 | 52 | 2D |
| Octal | 25 | 253 | 317 | 132 | 21 | 0 | 23 | 300 | 122 | 55 |
| Binary | 10101 | 10101011 | 11001111 | 1011010 | 10001 | 0 | 10011 | 11000000 | 1010010 | 101101 |
Color Harmonies of #15ABCF
Complementary color
Monochromatic Colors of #15ABCF
Black with #15ABCF
Text Example
Text Example
White with #15ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ABCF; }
p { color: rgb(21,171,207); }
H1.HeaderClassName
{
color: #15ABCF;
}
.AnyTagClassName
{
color: #15ABCF;
}
</style>
background-color css
<style>
a { background-color: #15ABCF; }
a { background-color: rgb(21,171,207); }
div.DivClassName
{
background-color: #15ABCF;
}
.BgClassName
{
background-color: #15ABCF;
}
</style>
border-color css
<style>
span { border-color: #15ABCF; }
span { border-color: rgb(21,171,207); }
td.TdClassName
{
border-color: #15ABCF;
}
.TagClassName
{
border-color: #15ABCF;
}
</style>