Shades of Iris Blue #18ADC9
Tints of Iris Blue #18ADC9
RGB
CMYK
RGB Variations
Color information
#18ADC9 (or 0x18ADC9) is known color: Iris Blue. HEX triplet: 18, AD and C9. RGB value is (24,173,201). Sum of RGB (Red+Green+Blue) = 24+173+201=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #18ADC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADC9 is #E75236. Grayscale: #838383. Windows color (decimal): -15159863 or 13217048. OLE color: 13217048.
HSL color Cylindrical-coordinate representation of color #18ADC9: hue angle of 189.49º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18ADC9 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 173 | 201 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.21 |
| HSL | 189.49º | 0.79% | 0.44% | - |
| HSV(B) | 189.49º | 0.88% | 0.79% | - |
| XYZ | 25.86 | 34.3 | 60.52 | - |
| YUV | 131.64 | 167.14 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 201 | 0.88 | 0.14 | 0 | 0.21 | 189.49 | 0.79 | 0.44 |
| Hex | 18 | AD | C9 | 58 | E | 0 | 15 | BD | 4F | 2C |
| Octal | 30 | 255 | 311 | 130 | 16 | 0 | 25 | 275 | 117 | 54 |
| Binary | 11000 | 10101101 | 11001001 | 1011000 | 1110 | 0 | 10101 | 10111101 | 1001111 | 101100 |
Color Harmonies of #18ADC9
Complementary color
Monochromatic Colors of #18ADC9
Black with #18ADC9
Text Example
Text Example
White with #18ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADC9; }
p { color: rgb(24,173,201); }
H1.HeaderClassName
{
color: #18ADC9;
}
.AnyTagClassName
{
color: #18ADC9;
}
</style>
background-color css
<style>
a { background-color: #18ADC9; }
a { background-color: rgb(24,173,201); }
div.DivClassName
{
background-color: #18ADC9;
}
.BgClassName
{
background-color: #18ADC9;
}
</style>
border-color css
<style>
span { border-color: #18ADC9; }
span { border-color: rgb(24,173,201); }
td.TdClassName
{
border-color: #18ADC9;
}
.TagClassName
{
border-color: #18ADC9;
}
</style>