Shades of Iris Blue #18B2BE
Tints of Iris Blue #18B2BE
RGB
CMYK
RGB Variations
Color information
#18B2BE (or 0x18B2BE) is known color: Iris Blue. HEX triplet: 18, B2 and BE. RGB value is (24,178,190). Sum of RGB (Red+Green+Blue) = 24+178+190=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #18B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B2BE is #E74D41. Grayscale: #858585. Windows color (decimal): -15158594 or 12497432. OLE color: 12497432.
HSL color Cylindrical-coordinate representation of color #18B2BE: hue angle of 184.34º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B2BE is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 178 | 190 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.25 |
| HSL | 184.34º | 0.78% | 0.42% | - |
| HSV(B) | 184.34º | 0.87% | 0.75% | - |
| XYZ | 25.59 | 35.75 | 54.27 | - |
| YUV | 133.32 | 159.98 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 190 | 0.87 | 0.06 | 0 | 0.25 | 184.34 | 0.78 | 0.42 |
| Hex | 18 | B2 | BE | 57 | 6 | 0 | 19 | B8 | 4E | 2A |
| Octal | 30 | 262 | 276 | 127 | 6 | 0 | 31 | 270 | 116 | 52 |
| Binary | 11000 | 10110010 | 10111110 | 1010111 | 110 | 0 | 11001 | 10111000 | 1001110 | 101010 |
Color Harmonies of #18B2BE
Complementary color
Monochromatic Colors of #18B2BE
Black with #18B2BE
Text Example
Text Example
White with #18B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B2BE; }
p { color: rgb(24,178,190); }
H1.HeaderClassName
{
color: #18B2BE;
}
.AnyTagClassName
{
color: #18B2BE;
}
</style>
background-color css
<style>
a { background-color: #18B2BE; }
a { background-color: rgb(24,178,190); }
div.DivClassName
{
background-color: #18B2BE;
}
.BgClassName
{
background-color: #18B2BE;
}
</style>
border-color css
<style>
span { border-color: #18B2BE; }
span { border-color: rgb(24,178,190); }
td.TdClassName
{
border-color: #18B2BE;
}
.TagClassName
{
border-color: #18B2BE;
}
</style>