Shades of Iris Blue #15AFC6
Tints of Iris Blue #15AFC6
RGB
CMYK
RGB Variations
Color information
#15AFC6 (or 0x15AFC6) is known color: Iris Blue. HEX triplet: 15, AF and C6. RGB value is (21,175,198). Sum of RGB (Red+Green+Blue) = 21+175+198=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #15AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFC6 is #EA5039. Grayscale: #838383. Windows color (decimal): -15355962 or 13020949. OLE color: 13020949.
HSL color Cylindrical-coordinate representation of color #15AFC6: hue angle of 187.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AFC6 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 175 | 198 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.22 |
| HSL | 187.8º | 0.81% | 0.43% | - |
| HSV(B) | 187.8º | 0.89% | 0.78% | - |
| XYZ | 25.83 | 34.9 | 58.8 | - |
| YUV | 131.58 | 165.48 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 198 | 0.89 | 0.12 | 0 | 0.22 | 187.8 | 0.81 | 0.43 |
| Hex | 15 | AF | C6 | 59 | C | 0 | 16 | BC | 51 | 2B |
| Octal | 25 | 257 | 306 | 131 | 14 | 0 | 26 | 274 | 121 | 53 |
| Binary | 10101 | 10101111 | 11000110 | 1011001 | 1100 | 0 | 10110 | 10111100 | 1010001 | 101011 |
Color Harmonies of #15AFC6
Complementary color
Monochromatic Colors of #15AFC6
Black with #15AFC6
Text Example
Text Example
White with #15AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFC6; }
p { color: rgb(21,175,198); }
H1.HeaderClassName
{
color: #15AFC6;
}
.AnyTagClassName
{
color: #15AFC6;
}
</style>
background-color css
<style>
a { background-color: #15AFC6; }
a { background-color: rgb(21,175,198); }
div.DivClassName
{
background-color: #15AFC6;
}
.BgClassName
{
background-color: #15AFC6;
}
</style>
border-color css
<style>
span { border-color: #15AFC6; }
span { border-color: rgb(21,175,198); }
td.TdClassName
{
border-color: #15AFC6;
}
.TagClassName
{
border-color: #15AFC6;
}
</style>