Shades of Iris Blue #16AEC3
Tints of Iris Blue #16AEC3
RGB
CMYK
RGB Variations
Color information
#16AEC3 (or 0x16AEC3) is known color: Iris Blue. HEX triplet: 16, AE and C3. RGB value is (22,174,195). Sum of RGB (Red+Green+Blue) = 22+174+195=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #16AEC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AEC3 is #E9513C. Grayscale: #828282. Windows color (decimal): -15290685 or 12824086. OLE color: 12824086.
HSL color Cylindrical-coordinate representation of color #16AEC3: hue angle of 187.28º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AEC3 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 174 | 195 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.24 |
| HSL | 187.28º | 0.8% | 0.43% | - |
| HSV(B) | 187.28º | 0.89% | 0.76% | - |
| XYZ | 25.32 | 34.38 | 56.93 | - |
| YUV | 130.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 195 | 0.89 | 0.11 | 0 | 0.24 | 187.28 | 0.8 | 0.43 |
| Hex | 16 | AE | C3 | 59 | B | 0 | 18 | BB | 50 | 2B |
| Octal | 26 | 256 | 303 | 131 | 13 | 0 | 30 | 273 | 120 | 53 |
| Binary | 10110 | 10101110 | 11000011 | 1011001 | 1011 | 0 | 11000 | 10111011 | 1010000 | 101011 |
Color Harmonies of #16AEC3
Complementary color
Monochromatic Colors of #16AEC3
Black with #16AEC3
Text Example
Text Example
White with #16AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AEC3; }
p { color: rgb(22,174,195); }
H1.HeaderClassName
{
color: #16AEC3;
}
.AnyTagClassName
{
color: #16AEC3;
}
</style>
background-color css
<style>
a { background-color: #16AEC3; }
a { background-color: rgb(22,174,195); }
div.DivClassName
{
background-color: #16AEC3;
}
.BgClassName
{
background-color: #16AEC3;
}
</style>
border-color css
<style>
span { border-color: #16AEC3; }
span { border-color: rgb(22,174,195); }
td.TdClassName
{
border-color: #16AEC3;
}
.TagClassName
{
border-color: #16AEC3;
}
</style>