Shades of Iris Blue #16AFDD
Tints of Iris Blue #16AFDD
RGB
CMYK
RGB Variations
Color information
#16AFDD (or 0x16AFDD) is known color: Iris Blue. HEX triplet: 16, AF and DD. RGB value is (22,175,221). Sum of RGB (Red+Green+Blue) = 22+175+221=418 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.26% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #16AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFDD is #E95022. Grayscale: #868686. Windows color (decimal): -15290403 or 14528278. OLE color: 14528278.
HSL color Cylindrical-coordinate representation of color #16AFDD: hue angle of 193.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AFDD is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 175 | 221 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.13 |
| HSL | 193.87º | 0.82% | 0.48% | - |
| HSV(B) | 193.87º | 0.9% | 0.87% | - |
| XYZ | 28.71 | 36.05 | 73.85 | - |
| YUV | 134.5 | 176.81 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 221 | 0.90 | 0.21 | 0 | 0.13 | 193.87 | 0.82 | 0.48 |
| Hex | 16 | AF | DD | 5A | 15 | 0 | D | C2 | 52 | 30 |
| Octal | 26 | 257 | 335 | 132 | 25 | 0 | 15 | 302 | 122 | 60 |
| Binary | 10110 | 10101111 | 11011101 | 1011010 | 10101 | 0 | 1101 | 11000010 | 1010010 | 110000 |
Color Harmonies of #16AFDD
Complementary color
Monochromatic Colors of #16AFDD
Black with #16AFDD
Text Example
Text Example
White with #16AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AFDD; }
p { color: rgb(22,175,221); }
H1.HeaderClassName
{
color: #16AFDD;
}
.AnyTagClassName
{
color: #16AFDD;
}
</style>
background-color css
<style>
a { background-color: #16AFDD; }
a { background-color: rgb(22,175,221); }
div.DivClassName
{
background-color: #16AFDD;
}
.BgClassName
{
background-color: #16AFDD;
}
</style>
border-color css
<style>
span { border-color: #16AFDD; }
span { border-color: rgb(22,175,221); }
td.TdClassName
{
border-color: #16AFDD;
}
.TagClassName
{
border-color: #16AFDD;
}
</style>