Shades of Iris Blue #18BADC
Tints of Iris Blue #18BADC
RGB
CMYK
RGB Variations
Color information
#18BADC (or 0x18BADC) is known color: Iris Blue. HEX triplet: 18, BA and DC. RGB value is (24,186,220). Sum of RGB (Red+Green+Blue) = 24+186+220=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #18BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BADC is #E74523. Grayscale: #8D8D8D. Windows color (decimal): -15156516 or 14465560. OLE color: 14465560.
HSL color Cylindrical-coordinate representation of color #18BADC: hue angle of 190.41º 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 #18BADC is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 186 | 220 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.14 |
| HSL | 190.41º | 0.8% | 0.48% | - |
| HSV(B) | 190.41º | 0.89% | 0.86% | - |
| XYZ | 30.85 | 40.48 | 73.9 | - |
| YUV | 141.44 | 172.33 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 220 | 0.89 | 0.15 | 0 | 0.14 | 190.41 | 0.8 | 0.48 |
| Hex | 18 | BA | DC | 59 | F | 0 | E | BE | 50 | 30 |
| Octal | 30 | 272 | 334 | 131 | 17 | 0 | 16 | 276 | 120 | 60 |
| Binary | 11000 | 10111010 | 11011100 | 1011001 | 1111 | 0 | 1110 | 10111110 | 1010000 | 110000 |
Color Harmonies of #18BADC
Complementary color
Monochromatic Colors of #18BADC
Black with #18BADC
Text Example
Text Example
White with #18BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BADC; }
p { color: rgb(24,186,220); }
H1.HeaderClassName
{
color: #18BADC;
}
.AnyTagClassName
{
color: #18BADC;
}
</style>
background-color css
<style>
a { background-color: #18BADC; }
a { background-color: rgb(24,186,220); }
div.DivClassName
{
background-color: #18BADC;
}
.BgClassName
{
background-color: #18BADC;
}
</style>
border-color css
<style>
span { border-color: #18BADC; }
span { border-color: rgb(24,186,220); }
td.TdClassName
{
border-color: #18BADC;
}
.TagClassName
{
border-color: #18BADC;
}
</style>