Shades of Iris Blue #18AADB
Tints of Iris Blue #18AADB
RGB
CMYK
RGB Variations
Color information
#18AADB (or 0x18AADB) is known color: Iris Blue. HEX triplet: 18, AA and DB. RGB value is (24,170,219). Sum of RGB (Red+Green+Blue) = 24+170+219=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #18AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AADB is #E75524. Grayscale: #838383. Windows color (decimal): -15160613 or 14395928. OLE color: 14395928.
HSL color Cylindrical-coordinate representation of color #18AADB: hue angle of 195.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AADB is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 170 | 219 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.14 |
| HSL | 195.08º | 0.8% | 0.48% | - |
| HSV(B) | 195.08º | 0.89% | 0.86% | - |
| XYZ | 27.54 | 34.06 | 72.14 | - |
| YUV | 131.93 | 177.13 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 219 | 0.89 | 0.22 | 0 | 0.14 | 195.08 | 0.8 | 0.48 |
| Hex | 18 | AA | DB | 59 | 16 | 0 | E | C3 | 50 | 30 |
| Octal | 30 | 252 | 333 | 131 | 26 | 0 | 16 | 303 | 120 | 60 |
| Binary | 11000 | 10101010 | 11011011 | 1011001 | 10110 | 0 | 1110 | 11000011 | 1010000 | 110000 |
Color Harmonies of #18AADB
Complementary color
Monochromatic Colors of #18AADB
Black with #18AADB
Text Example
Text Example
White with #18AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AADB; }
p { color: rgb(24,170,219); }
H1.HeaderClassName
{
color: #18AADB;
}
.AnyTagClassName
{
color: #18AADB;
}
</style>
background-color css
<style>
a { background-color: #18AADB; }
a { background-color: rgb(24,170,219); }
div.DivClassName
{
background-color: #18AADB;
}
.BgClassName
{
background-color: #18AADB;
}
</style>
border-color css
<style>
span { border-color: #18AADB; }
span { border-color: rgb(24,170,219); }
td.TdClassName
{
border-color: #18AADB;
}
.TagClassName
{
border-color: #18AADB;
}
</style>