Shades of Iris Blue #18AFD6
Tints of Iris Blue #18AFD6
RGB
CMYK
RGB Variations
Color information
#18AFD6 (or 0x18AFD6) is known color: Iris Blue. HEX triplet: 18, AF and D6. RGB value is (24,175,214). Sum of RGB (Red+Green+Blue) = 24+175+214=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #18AFD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFD6 is #E75029. Grayscale: #858585. Windows color (decimal): -15159338 or 14069528. OLE color: 14069528.
HSL color Cylindrical-coordinate representation of color #18AFD6: hue angle of 192.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AFD6 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 175 | 214 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.16 |
| HSL | 192.32º | 0.8% | 0.47% | - |
| HSV(B) | 192.32º | 0.89% | 0.84% | - |
| XYZ | 27.84 | 35.71 | 69.04 | - |
| YUV | 134.3 | 172.97 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 214 | 0.89 | 0.18 | 0 | 0.16 | 192.32 | 0.8 | 0.47 |
| Hex | 18 | AF | D6 | 59 | 12 | 0 | 10 | C0 | 50 | 2F |
| Octal | 30 | 257 | 326 | 131 | 22 | 0 | 20 | 300 | 120 | 57 |
| Binary | 11000 | 10101111 | 11010110 | 1011001 | 10010 | 0 | 10000 | 11000000 | 1010000 | 101111 |
Color Harmonies of #18AFD6
Complementary color
Monochromatic Colors of #18AFD6
Black with #18AFD6
Text Example
Text Example
White with #18AFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFD6; }
p { color: rgb(24,175,214); }
H1.HeaderClassName
{
color: #18AFD6;
}
.AnyTagClassName
{
color: #18AFD6;
}
</style>
background-color css
<style>
a { background-color: #18AFD6; }
a { background-color: rgb(24,175,214); }
div.DivClassName
{
background-color: #18AFD6;
}
.BgClassName
{
background-color: #18AFD6;
}
</style>
border-color css
<style>
span { border-color: #18AFD6; }
span { border-color: rgb(24,175,214); }
td.TdClassName
{
border-color: #18AFD6;
}
.TagClassName
{
border-color: #18AFD6;
}
</style>