Shades of Iris Blue #18BADB
Tints of Iris Blue #18BADB
RGB
CMYK
RGB Variations
Color information
#18BADB (or 0x18BADB) is known color: Iris Blue. HEX triplet: 18, BA and DB. RGB value is (24,186,219). Sum of RGB (Red+Green+Blue) = 24+186+219=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #18BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BADB is #E74524. Grayscale: #8D8D8D. Windows color (decimal): -15156517 or 14400024. OLE color: 14400024.
HSL color Cylindrical-coordinate representation of color #18BADB: hue angle of 190.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BADB is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 186 | 219 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.14 |
| HSL | 190.15º | 0.8% | 0.48% | - |
| HSV(B) | 190.15º | 0.89% | 0.86% | - |
| XYZ | 30.72 | 40.43 | 73.2 | - |
| YUV | 141.32 | 171.83 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 219 | 0.89 | 0.15 | 0 | 0.14 | 190.15 | 0.8 | 0.48 |
| Hex | 18 | BA | DB | 59 | F | 0 | E | BE | 50 | 30 |
| Octal | 30 | 272 | 333 | 131 | 17 | 0 | 16 | 276 | 120 | 60 |
| Binary | 11000 | 10111010 | 11011011 | 1011001 | 1111 | 0 | 1110 | 10111110 | 1010000 | 110000 |
Color Harmonies of #18BADB
Complementary color
Monochromatic Colors of #18BADB
Black with #18BADB
Text Example
Text Example
White with #18BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BADB; }
p { color: rgb(24,186,219); }
H1.HeaderClassName
{
color: #18BADB;
}
.AnyTagClassName
{
color: #18BADB;
}
</style>
background-color css
<style>
a { background-color: #18BADB; }
a { background-color: rgb(24,186,219); }
div.DivClassName
{
background-color: #18BADB;
}
.BgClassName
{
background-color: #18BADB;
}
</style>
border-color css
<style>
span { border-color: #18BADB; }
span { border-color: rgb(24,186,219); }
td.TdClassName
{
border-color: #18BADB;
}
.TagClassName
{
border-color: #18BADB;
}
</style>