Shades of Iris Blue #18A9C2
Tints of Iris Blue #18A9C2
RGB
CMYK
RGB Variations
Color information
#18A9C2 (or 0x18A9C2) is known color: Iris Blue. HEX triplet: 18, A9 and C2. RGB value is (24,169,194). Sum of RGB (Red+Green+Blue) = 24+169+194=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #18A9C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A9C2 is #E7563D. Grayscale: #808080. Windows color (decimal): -15160894 or 12757272. OLE color: 12757272.
HSL color Cylindrical-coordinate representation of color #18A9C2: hue angle of 188.82º 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 #18A9C2 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 169 | 194 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.24 |
| HSL | 188.82º | 0.78% | 0.43% | - |
| HSV(B) | 188.82º | 0.88% | 0.76% | - |
| XYZ | 24.3 | 32.47 | 56.02 | - |
| YUV | 128.5 | 164.96 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 169 | 194 | 0.88 | 0.13 | 0 | 0.24 | 188.82 | 0.78 | 0.43 |
| Hex | 18 | A9 | C2 | 58 | D | 0 | 18 | BD | 4E | 2B |
| Octal | 30 | 251 | 302 | 130 | 15 | 0 | 30 | 275 | 116 | 53 |
| Binary | 11000 | 10101001 | 11000010 | 1011000 | 1101 | 0 | 11000 | 10111101 | 1001110 | 101011 |
Color Harmonies of #18A9C2
Complementary color
Monochromatic Colors of #18A9C2
Black with #18A9C2
Text Example
Text Example
White with #18A9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A9C2; }
p { color: rgb(24,169,194); }
H1.HeaderClassName
{
color: #18A9C2;
}
.AnyTagClassName
{
color: #18A9C2;
}
</style>
background-color css
<style>
a { background-color: #18A9C2; }
a { background-color: rgb(24,169,194); }
div.DivClassName
{
background-color: #18A9C2;
}
.BgClassName
{
background-color: #18A9C2;
}
</style>
border-color css
<style>
span { border-color: #18A9C2; }
span { border-color: rgb(24,169,194); }
td.TdClassName
{
border-color: #18A9C2;
}
.TagClassName
{
border-color: #18A9C2;
}
</style>