Shades of Iris Blue #18BBC1
Tints of Iris Blue #18BBC1
RGB
CMYK
RGB Variations
Color information
#18BBC1 (or 0x18BBC1) is known color: Iris Blue. HEX triplet: 18, BB and C1. RGB value is (24,187,193). Sum of RGB (Red+Green+Blue) = 24+187+193=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #18BBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBC1 is #E7443E. Grayscale: #8A8A8A. Windows color (decimal): -15156287 or 12696344. OLE color: 12696344.
HSL color Cylindrical-coordinate representation of color #18BBC1: hue angle of 182.13º 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 #18BBC1 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 187 | 193 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.24 |
| HSL | 182.13º | 0.78% | 0.43% | - |
| HSV(B) | 182.13º | 0.88% | 0.76% | - |
| XYZ | 27.77 | 39.59 | 56.63 | - |
| YUV | 138.95 | 158.5 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 193 | 0.88 | 0.03 | 0 | 0.24 | 182.13 | 0.78 | 0.43 |
| Hex | 18 | BB | C1 | 58 | 3 | 0 | 18 | B6 | 4E | 2B |
| Octal | 30 | 273 | 301 | 130 | 3 | 0 | 30 | 266 | 116 | 53 |
| Binary | 11000 | 10111011 | 11000001 | 1011000 | 11 | 0 | 11000 | 10110110 | 1001110 | 101011 |
Color Harmonies of #18BBC1
Complementary color
Monochromatic Colors of #18BBC1
Black with #18BBC1
Text Example
Text Example
White with #18BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBC1; }
p { color: rgb(24,187,193); }
H1.HeaderClassName
{
color: #18BBC1;
}
.AnyTagClassName
{
color: #18BBC1;
}
</style>
background-color css
<style>
a { background-color: #18BBC1; }
a { background-color: rgb(24,187,193); }
div.DivClassName
{
background-color: #18BBC1;
}
.BgClassName
{
background-color: #18BBC1;
}
</style>
border-color css
<style>
span { border-color: #18BBC1; }
span { border-color: rgb(24,187,193); }
td.TdClassName
{
border-color: #18BBC1;
}
.TagClassName
{
border-color: #18BBC1;
}
</style>