Shades of Iris Blue #18AFDC
Tints of Iris Blue #18AFDC
RGB
CMYK
RGB Variations
Color information
#18AFDC (or 0x18AFDC) is known color: Iris Blue. HEX triplet: 18, AF and DC. RGB value is (24,175,220). Sum of RGB (Red+Green+Blue) = 24+175+220=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #18AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFDC is #E75023. Grayscale: #868686. Windows color (decimal): -15159332 or 14462744. OLE color: 14462744.
HSL color Cylindrical-coordinate representation of color #18AFDC: hue angle of 193.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AFDC is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 175 | 220 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.14 |
| HSL | 193.78º | 0.8% | 0.48% | - |
| HSV(B) | 193.78º | 0.89% | 0.86% | - |
| XYZ | 28.62 | 36.02 | 73.15 | - |
| YUV | 134.98 | 175.97 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 220 | 0.89 | 0.20 | 0 | 0.14 | 193.78 | 0.8 | 0.48 |
| Hex | 18 | AF | DC | 59 | 14 | 0 | E | C2 | 50 | 30 |
| Octal | 30 | 257 | 334 | 131 | 24 | 0 | 16 | 302 | 120 | 60 |
| Binary | 11000 | 10101111 | 11011100 | 1011001 | 10100 | 0 | 1110 | 11000010 | 1010000 | 110000 |
Color Harmonies of #18AFDC
Complementary color
Monochromatic Colors of #18AFDC
Black with #18AFDC
Text Example
Text Example
White with #18AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AFDC; }
p { color: rgb(24,175,220); }
H1.HeaderClassName
{
color: #18AFDC;
}
.AnyTagClassName
{
color: #18AFDC;
}
</style>
background-color css
<style>
a { background-color: #18AFDC; }
a { background-color: rgb(24,175,220); }
div.DivClassName
{
background-color: #18AFDC;
}
.BgClassName
{
background-color: #18AFDC;
}
</style>
border-color css
<style>
span { border-color: #18AFDC; }
span { border-color: rgb(24,175,220); }
td.TdClassName
{
border-color: #18AFDC;
}
.TagClassName
{
border-color: #18AFDC;
}
</style>