Shades of Iris Blue #16AEDD
Tints of Iris Blue #16AEDD
RGB
CMYK
RGB Variations
Color information
#16AEDD (or 0x16AEDD) is known color: Iris Blue. HEX triplet: 16, AE and DD. RGB value is (22,174,221). Sum of RGB (Red+Green+Blue) = 22+174+221=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 174 (68.36% from 255 or 41.73% 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 #16AEDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AEDD is #E95122. Grayscale: #858585. Windows color (decimal): -15290659 or 14528022. OLE color: 14528022.
HSL color Cylindrical-coordinate representation of color #16AEDD: hue angle of 194.17º 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 #16AEDD is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 174 | 221 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.13 |
| HSL | 194.17º | 0.82% | 0.48% | - |
| HSV(B) | 194.17º | 0.9% | 0.87% | - |
| XYZ | 28.52 | 35.66 | 73.79 | - |
| YUV | 133.91 | 177.14 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 221 | 0.90 | 0.21 | 0 | 0.13 | 194.17 | 0.82 | 0.48 |
| Hex | 16 | AE | DD | 5A | 15 | 0 | D | C2 | 52 | 30 |
| Octal | 26 | 256 | 335 | 132 | 25 | 0 | 15 | 302 | 122 | 60 |
| Binary | 10110 | 10101110 | 11011101 | 1011010 | 10101 | 0 | 1101 | 11000010 | 1010010 | 110000 |
Color Harmonies of #16AEDD
Complementary color
Monochromatic Colors of #16AEDD
Black with #16AEDD
Text Example
Text Example
White with #16AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AEDD; }
p { color: rgb(22,174,221); }
H1.HeaderClassName
{
color: #16AEDD;
}
.AnyTagClassName
{
color: #16AEDD;
}
</style>
background-color css
<style>
a { background-color: #16AEDD; }
a { background-color: rgb(22,174,221); }
div.DivClassName
{
background-color: #16AEDD;
}
.BgClassName
{
background-color: #16AEDD;
}
</style>
border-color css
<style>
span { border-color: #16AEDD; }
span { border-color: rgb(22,174,221); }
td.TdClassName
{
border-color: #16AEDD;
}
.TagClassName
{
border-color: #16AEDD;
}
</style>