Shades of Iris Blue #18ACC8
Tints of Iris Blue #18ACC8
RGB
CMYK
RGB Variations
Color information
#18ACC8 (or 0x18ACC8) is known color: Iris Blue. HEX triplet: 18, AC and C8. RGB value is (24,172,200). Sum of RGB (Red+Green+Blue) = 24+172+200=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #18ACC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACC8 is #E75337. Grayscale: #828282. Windows color (decimal): -15160120 or 13151256. OLE color: 13151256.
HSL color Cylindrical-coordinate representation of color #18ACC8: hue angle of 189.55º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18ACC8 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 172 | 200 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.22 |
| HSL | 189.55º | 0.79% | 0.44% | - |
| HSV(B) | 189.55º | 0.88% | 0.78% | - |
| XYZ | 25.55 | 33.87 | 59.83 | - |
| YUV | 130.94 | 166.97 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 200 | 0.88 | 0.14 | 0 | 0.22 | 189.55 | 0.79 | 0.44 |
| Hex | 18 | AC | C8 | 58 | E | 0 | 16 | BE | 4F | 2C |
| Octal | 30 | 254 | 310 | 130 | 16 | 0 | 26 | 276 | 117 | 54 |
| Binary | 11000 | 10101100 | 11001000 | 1011000 | 1110 | 0 | 10110 | 10111110 | 1001111 | 101100 |
Color Harmonies of #18ACC8
Complementary color
Monochromatic Colors of #18ACC8
Black with #18ACC8
Text Example
Text Example
White with #18ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ACC8; }
p { color: rgb(24,172,200); }
H1.HeaderClassName
{
color: #18ACC8;
}
.AnyTagClassName
{
color: #18ACC8;
}
</style>
background-color css
<style>
a { background-color: #18ACC8; }
a { background-color: rgb(24,172,200); }
div.DivClassName
{
background-color: #18ACC8;
}
.BgClassName
{
background-color: #18ACC8;
}
</style>
border-color css
<style>
span { border-color: #18ACC8; }
span { border-color: rgb(24,172,200); }
td.TdClassName
{
border-color: #18ACC8;
}
.TagClassName
{
border-color: #18ACC8;
}
</style>