Shades of Iris Blue #18ADBD
Tints of Iris Blue #18ADBD
RGB
CMYK
RGB Variations
Color information
#18ADBD (or 0x18ADBD) is known color: Iris Blue. HEX triplet: 18, AD and BD. RGB value is (24,173,189). Sum of RGB (Red+Green+Blue) = 24+173+189=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #18ADBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADBD is #E75242. Grayscale: #828282. Windows color (decimal): -15159875 or 12430616. OLE color: 12430616.
HSL color Cylindrical-coordinate representation of color #18ADBD: hue angle of 185.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18ADBD is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 173 | 189 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.26 |
| HSL | 185.82º | 0.77% | 0.42% | - |
| HSV(B) | 185.82º | 0.87% | 0.74% | - |
| XYZ | 24.51 | 33.76 | 53.37 | - |
| YUV | 130.27 | 161.14 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 189 | 0.87 | 0.08 | 0 | 0.26 | 185.82 | 0.77 | 0.42 |
| Hex | 18 | AD | BD | 57 | 8 | 0 | 1A | BA | 4D | 2A |
| Octal | 30 | 255 | 275 | 127 | 10 | 0 | 32 | 272 | 115 | 52 |
| Binary | 11000 | 10101101 | 10111101 | 1010111 | 1000 | 0 | 11010 | 10111010 | 1001101 | 101010 |
Color Harmonies of #18ADBD
Complementary color
Monochromatic Colors of #18ADBD
Black with #18ADBD
Text Example
Text Example
White with #18ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADBD; }
p { color: rgb(24,173,189); }
H1.HeaderClassName
{
color: #18ADBD;
}
.AnyTagClassName
{
color: #18ADBD;
}
</style>
background-color css
<style>
a { background-color: #18ADBD; }
a { background-color: rgb(24,173,189); }
div.DivClassName
{
background-color: #18ADBD;
}
.BgClassName
{
background-color: #18ADBD;
}
</style>
border-color css
<style>
span { border-color: #18ADBD; }
span { border-color: rgb(24,173,189); }
td.TdClassName
{
border-color: #18ADBD;
}
.TagClassName
{
border-color: #18ADBD;
}
</style>