Shades of Iris Blue #18B8C6
Tints of Iris Blue #18B8C6
RGB
CMYK
RGB Variations
Color information
#18B8C6 (or 0x18B8C6) is known color: Iris Blue. HEX triplet: 18, B8 and C6. RGB value is (24,184,198). Sum of RGB (Red+Green+Blue) = 24+184+198=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #18B8C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B8C6 is #E74739. Grayscale: #898989. Windows color (decimal): -15157050 or 13023256. OLE color: 13023256.
HSL color Cylindrical-coordinate representation of color #18B8C6: hue angle of 184.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18B8C6 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 184 | 198 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.22 |
| HSL | 184.83º | 0.78% | 0.44% | - |
| HSV(B) | 184.83º | 0.88% | 0.78% | - |
| XYZ | 27.71 | 38.55 | 59.41 | - |
| YUV | 137.76 | 161.99 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 198 | 0.88 | 0.07 | 0 | 0.22 | 184.83 | 0.78 | 0.44 |
| Hex | 18 | B8 | C6 | 58 | 7 | 0 | 16 | B9 | 4E | 2C |
| Octal | 30 | 270 | 306 | 130 | 7 | 0 | 26 | 271 | 116 | 54 |
| Binary | 11000 | 10111000 | 11000110 | 1011000 | 111 | 0 | 10110 | 10111001 | 1001110 | 101100 |
Color Harmonies of #18B8C6
Complementary color
Monochromatic Colors of #18B8C6
Black with #18B8C6
Text Example
Text Example
White with #18B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B8C6; }
p { color: rgb(24,184,198); }
H1.HeaderClassName
{
color: #18B8C6;
}
.AnyTagClassName
{
color: #18B8C6;
}
</style>
background-color css
<style>
a { background-color: #18B8C6; }
a { background-color: rgb(24,184,198); }
div.DivClassName
{
background-color: #18B8C6;
}
.BgClassName
{
background-color: #18B8C6;
}
</style>
border-color css
<style>
span { border-color: #18B8C6; }
span { border-color: rgb(24,184,198); }
td.TdClassName
{
border-color: #18B8C6;
}
.TagClassName
{
border-color: #18B8C6;
}
</style>