Shades of Iris Blue #18AEC0
Tints of Iris Blue #18AEC0
RGB
CMYK
RGB Variations
Color information
#18AEC0 (or 0x18AEC0) is known color: Iris Blue. HEX triplet: 18, AE and C0. RGB value is (24,174,192). Sum of RGB (Red+Green+Blue) = 24+174+192=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #18AEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEC0 is #E7513F. Grayscale: #828282. Windows color (decimal): -15159616 or 12627480. OLE color: 12627480.
HSL color Cylindrical-coordinate representation of color #18AEC0: hue angle of 186.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AEC0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 174 | 192 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.25 |
| HSL | 186.43º | 0.78% | 0.42% | - |
| HSV(B) | 186.43º | 0.88% | 0.75% | - |
| XYZ | 25.03 | 34.27 | 55.17 | - |
| YUV | 131.2 | 162.31 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 192 | 0.88 | 0.09 | 0 | 0.25 | 186.43 | 0.78 | 0.42 |
| Hex | 18 | AE | C0 | 58 | 9 | 0 | 19 | BA | 4E | 2A |
| Octal | 30 | 256 | 300 | 130 | 11 | 0 | 31 | 272 | 116 | 52 |
| Binary | 11000 | 10101110 | 11000000 | 1011000 | 1001 | 0 | 11001 | 10111010 | 1001110 | 101010 |
Color Harmonies of #18AEC0
Complementary color
Monochromatic Colors of #18AEC0
Black with #18AEC0
Text Example
Text Example
White with #18AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEC0; }
p { color: rgb(24,174,192); }
H1.HeaderClassName
{
color: #18AEC0;
}
.AnyTagClassName
{
color: #18AEC0;
}
</style>
background-color css
<style>
a { background-color: #18AEC0; }
a { background-color: rgb(24,174,192); }
div.DivClassName
{
background-color: #18AEC0;
}
.BgClassName
{
background-color: #18AEC0;
}
</style>
border-color css
<style>
span { border-color: #18AEC0; }
span { border-color: rgb(24,174,192); }
td.TdClassName
{
border-color: #18AEC0;
}
.TagClassName
{
border-color: #18AEC0;
}
</style>