Shades of Iris Blue #16AEDF
Tints of Iris Blue #16AEDF
RGB
CMYK
RGB Variations
Color information
#16AEDF (or 0x16AEDF) is known color: Iris Blue. HEX triplet: 16, AE and DF. RGB value is (22,174,223). Sum of RGB (Red+Green+Blue) = 22+174+223=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #16AEDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AEDF is #E95120. Grayscale: #858585. Windows color (decimal): -15290657 or 14659094. OLE color: 14659094.
HSL color Cylindrical-coordinate representation of color #16AEDF: hue angle of 194.63º 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 #16AEDF is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 174 | 223 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.13 |
| HSL | 194.63º | 0.82% | 0.48% | - |
| HSV(B) | 194.63º | 0.9% | 0.87% | - |
| XYZ | 28.79 | 35.77 | 75.2 | - |
| YUV | 134.14 | 178.14 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 223 | 0.90 | 0.22 | 0 | 0.13 | 194.63 | 0.82 | 0.48 |
| Hex | 16 | AE | DF | 5A | 16 | 0 | D | C3 | 52 | 30 |
| Octal | 26 | 256 | 337 | 132 | 26 | 0 | 15 | 303 | 122 | 60 |
| Binary | 10110 | 10101110 | 11011111 | 1011010 | 10110 | 0 | 1101 | 11000011 | 1010010 | 110000 |
Color Harmonies of #16AEDF
Complementary color
Monochromatic Colors of #16AEDF
Black with #16AEDF
Text Example
Text Example
White with #16AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AEDF; }
p { color: rgb(22,174,223); }
H1.HeaderClassName
{
color: #16AEDF;
}
.AnyTagClassName
{
color: #16AEDF;
}
</style>
background-color css
<style>
a { background-color: #16AEDF; }
a { background-color: rgb(22,174,223); }
div.DivClassName
{
background-color: #16AEDF;
}
.BgClassName
{
background-color: #16AEDF;
}
</style>
border-color css
<style>
span { border-color: #16AEDF; }
span { border-color: rgb(22,174,223); }
td.TdClassName
{
border-color: #16AEDF;
}
.TagClassName
{
border-color: #16AEDF;
}
</style>