Shades of Iris Blue #18AAC1
Tints of Iris Blue #18AAC1
RGB
CMYK
RGB Variations
Color information
#18AAC1 (or 0x18AAC1) is known color: Iris Blue. HEX triplet: 18, AA and C1. RGB value is (24,170,193). Sum of RGB (Red+Green+Blue) = 24+170+193=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #18AAC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAC1 is #E7553E. Grayscale: #808080. Windows color (decimal): -15160639 or 12691992. OLE color: 12691992.
HSL color Cylindrical-coordinate representation of color #18AAC1: hue angle of 188.17º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AAC1 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 170 | 193 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.24 |
| HSL | 188.17º | 0.78% | 0.43% | - |
| HSV(B) | 188.17º | 0.88% | 0.76% | - |
| XYZ | 24.38 | 32.79 | 55.5 | - |
| YUV | 128.97 | 164.13 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 193 | 0.88 | 0.12 | 0 | 0.24 | 188.17 | 0.78 | 0.43 |
| Hex | 18 | AA | C1 | 58 | C | 0 | 18 | BC | 4E | 2B |
| Octal | 30 | 252 | 301 | 130 | 14 | 0 | 30 | 274 | 116 | 53 |
| Binary | 11000 | 10101010 | 11000001 | 1011000 | 1100 | 0 | 11000 | 10111100 | 1001110 | 101011 |
Color Harmonies of #18AAC1
Complementary color
Monochromatic Colors of #18AAC1
Black with #18AAC1
Text Example
Text Example
White with #18AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AAC1; }
p { color: rgb(24,170,193); }
H1.HeaderClassName
{
color: #18AAC1;
}
.AnyTagClassName
{
color: #18AAC1;
}
</style>
background-color css
<style>
a { background-color: #18AAC1; }
a { background-color: rgb(24,170,193); }
div.DivClassName
{
background-color: #18AAC1;
}
.BgClassName
{
background-color: #18AAC1;
}
</style>
border-color css
<style>
span { border-color: #18AAC1; }
span { border-color: rgb(24,170,193); }
td.TdClassName
{
border-color: #18AAC1;
}
.TagClassName
{
border-color: #18AAC1;
}
</style>