Shades of Iris Blue #18AACF
Tints of Iris Blue #18AACF
RGB
CMYK
RGB Variations
Color information
#18AACF (or 0x18AACF) is known color: Iris Blue. HEX triplet: 18, AA and CF. RGB value is (24,170,207). Sum of RGB (Red+Green+Blue) = 24+170+207=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #18AACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AACF is #E75530. Grayscale: #828282. Windows color (decimal): -15160625 or 13609496. OLE color: 13609496.
HSL color Cylindrical-coordinate representation of color #18AACF: hue angle of 192.13º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AACF is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 170 | 207 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.19 |
| HSL | 192.13º | 0.79% | 0.45% | - |
| HSV(B) | 192.13º | 0.88% | 0.81% | - |
| XYZ | 26.01 | 33.45 | 64.12 | - |
| YUV | 130.56 | 171.13 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 207 | 0.88 | 0.18 | 0 | 0.19 | 192.13 | 0.79 | 0.45 |
| Hex | 18 | AA | CF | 58 | 12 | 0 | 13 | C0 | 4F | 2D |
| Octal | 30 | 252 | 317 | 130 | 22 | 0 | 23 | 300 | 117 | 55 |
| Binary | 11000 | 10101010 | 11001111 | 1011000 | 10010 | 0 | 10011 | 11000000 | 1001111 | 101101 |
Color Harmonies of #18AACF
Complementary color
Monochromatic Colors of #18AACF
Black with #18AACF
Text Example
Text Example
White with #18AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AACF; }
p { color: rgb(24,170,207); }
H1.HeaderClassName
{
color: #18AACF;
}
.AnyTagClassName
{
color: #18AACF;
}
</style>
background-color css
<style>
a { background-color: #18AACF; }
a { background-color: rgb(24,170,207); }
div.DivClassName
{
background-color: #18AACF;
}
.BgClassName
{
background-color: #18AACF;
}
</style>
border-color css
<style>
span { border-color: #18AACF; }
span { border-color: rgb(24,170,207); }
td.TdClassName
{
border-color: #18AACF;
}
.TagClassName
{
border-color: #18AACF;
}
</style>