Shades of Iris Blue #18BAC1
Tints of Iris Blue #18BAC1
RGB
CMYK
RGB Variations
Color information
#18BAC1 (or 0x18BAC1) is known color: Iris Blue. HEX triplet: 18, BA and C1. RGB value is (24,186,193). Sum of RGB (Red+Green+Blue) = 24+186+193=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #18BAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BAC1 is #E7453E. Grayscale: #8A8A8A. Windows color (decimal): -15156543 or 12696088. OLE color: 12696088.
HSL color Cylindrical-coordinate representation of color #18BAC1: hue angle of 182.49º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BAC1 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 186 | 193 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.24 |
| HSL | 182.49º | 0.78% | 0.43% | - |
| HSV(B) | 182.49º | 0.88% | 0.76% | - |
| XYZ | 27.56 | 39.16 | 56.56 | - |
| YUV | 138.36 | 158.83 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 193 | 0.88 | 0.04 | 0 | 0.24 | 182.49 | 0.78 | 0.43 |
| Hex | 18 | BA | C1 | 58 | 4 | 0 | 18 | B6 | 4E | 2B |
| Octal | 30 | 272 | 301 | 130 | 4 | 0 | 30 | 266 | 116 | 53 |
| Binary | 11000 | 10111010 | 11000001 | 1011000 | 100 | 0 | 11000 | 10110110 | 1001110 | 101011 |
Color Harmonies of #18BAC1
Complementary color
Monochromatic Colors of #18BAC1
Black with #18BAC1
Text Example
Text Example
White with #18BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAC1; }
p { color: rgb(24,186,193); }
H1.HeaderClassName
{
color: #18BAC1;
}
.AnyTagClassName
{
color: #18BAC1;
}
</style>
background-color css
<style>
a { background-color: #18BAC1; }
a { background-color: rgb(24,186,193); }
div.DivClassName
{
background-color: #18BAC1;
}
.BgClassName
{
background-color: #18BAC1;
}
</style>
border-color css
<style>
span { border-color: #18BAC1; }
span { border-color: rgb(24,186,193); }
td.TdClassName
{
border-color: #18BAC1;
}
.TagClassName
{
border-color: #18BAC1;
}
</style>