Shades of Iris Blue #15AFDD
Tints of Iris Blue #15AFDD
RGB
CMYK
RGB Variations
Color information
#15AFDD (or 0x15AFDD) is known color: Iris Blue. HEX triplet: 15, AF and DD. RGB value is (21,175,221). Sum of RGB (Red+Green+Blue) = 21+175+221=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #15AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFDD is #EA5022. Grayscale: #858585. Windows color (decimal): -15355939 or 14528277. OLE color: 14528277.
HSL color Cylindrical-coordinate representation of color #15AFDD: hue angle of 193.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AFDD is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 175 | 221 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.13 |
| HSL | 193.8º | 0.83% | 0.47% | - |
| HSV(B) | 193.8º | 0.9% | 0.87% | - |
| XYZ | 28.69 | 36.04 | 73.85 | - |
| YUV | 134.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 221 | 0.90 | 0.21 | 0 | 0.13 | 193.8 | 0.83 | 0.47 |
| Hex | 15 | AF | DD | 5A | 15 | 0 | D | C2 | 53 | 2F |
| Octal | 25 | 257 | 335 | 132 | 25 | 0 | 15 | 302 | 123 | 57 |
| Binary | 10101 | 10101111 | 11011101 | 1011010 | 10101 | 0 | 1101 | 11000010 | 1010011 | 101111 |
Color Harmonies of #15AFDD
Complementary color
Monochromatic Colors of #15AFDD
Black with #15AFDD
Text Example
Text Example
White with #15AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFDD; }
p { color: rgb(21,175,221); }
H1.HeaderClassName
{
color: #15AFDD;
}
.AnyTagClassName
{
color: #15AFDD;
}
</style>
background-color css
<style>
a { background-color: #15AFDD; }
a { background-color: rgb(21,175,221); }
div.DivClassName
{
background-color: #15AFDD;
}
.BgClassName
{
background-color: #15AFDD;
}
</style>
border-color css
<style>
span { border-color: #15AFDD; }
span { border-color: rgb(21,175,221); }
td.TdClassName
{
border-color: #15AFDD;
}
.TagClassName
{
border-color: #15AFDD;
}
</style>