Shades of Iris Blue #18ABBD
Tints of Iris Blue #18ABBD
RGB
CMYK
RGB Variations
Color information
#18ABBD (or 0x18ABBD) is known color: Iris Blue. HEX triplet: 18, AB and BD. RGB value is (24,171,189). Sum of RGB (Red+Green+Blue) = 24+171+189=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #18ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABBD is #E75442. Grayscale: #808080. Windows color (decimal): -15160387 or 12430104. OLE color: 12430104.
HSL color Cylindrical-coordinate representation of color #18ABBD: hue angle of 186.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18ABBD is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 171 | 189 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.26 |
| HSL | 186.55º | 0.77% | 0.42% | - |
| HSV(B) | 186.55º | 0.87% | 0.74% | - |
| XYZ | 24.12 | 32.99 | 53.24 | - |
| YUV | 129.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 189 | 0.87 | 0.10 | 0 | 0.26 | 186.55 | 0.77 | 0.42 |
| Hex | 18 | AB | BD | 57 | A | 0 | 1A | BB | 4D | 2A |
| Octal | 30 | 253 | 275 | 127 | 12 | 0 | 32 | 273 | 115 | 52 |
| Binary | 11000 | 10101011 | 10111101 | 1010111 | 1010 | 0 | 11010 | 10111011 | 1001101 | 101010 |
Color Harmonies of #18ABBD
Complementary color
Monochromatic Colors of #18ABBD
Black with #18ABBD
Text Example
Text Example
White with #18ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABBD; }
p { color: rgb(24,171,189); }
H1.HeaderClassName
{
color: #18ABBD;
}
.AnyTagClassName
{
color: #18ABBD;
}
</style>
background-color css
<style>
a { background-color: #18ABBD; }
a { background-color: rgb(24,171,189); }
div.DivClassName
{
background-color: #18ABBD;
}
.BgClassName
{
background-color: #18ABBD;
}
</style>
border-color css
<style>
span { border-color: #18ABBD; }
span { border-color: rgb(24,171,189); }
td.TdClassName
{
border-color: #18ABBD;
}
.TagClassName
{
border-color: #18ABBD;
}
</style>