Shades of Iris Blue #18BDD2
Tints of Iris Blue #18BDD2
RGB
CMYK
RGB Variations
Color information
#18BDD2 (or 0x18BDD2) is known color: Iris Blue. HEX triplet: 18, BD and D2. RGB value is (24,189,210). Sum of RGB (Red+Green+Blue) = 24+189+210=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #18BDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDD2 is #E7422D. Grayscale: #8D8D8D. Windows color (decimal): -15155758 or 13810968. OLE color: 13810968.
HSL color Cylindrical-coordinate representation of color #18BDD2: hue angle of 186.77º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BDD2 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 189 | 210 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.18 |
| HSL | 186.77º | 0.79% | 0.46% | - |
| HSV(B) | 186.77º | 0.89% | 0.82% | - |
| XYZ | 30.21 | 41.24 | 67.34 | - |
| YUV | 142.06 | 166.34 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 210 | 0.89 | 0.10 | 0 | 0.18 | 186.77 | 0.79 | 0.46 |
| Hex | 18 | BD | D2 | 59 | A | 0 | 12 | BB | 4F | 2E |
| Octal | 30 | 275 | 322 | 131 | 12 | 0 | 22 | 273 | 117 | 56 |
| Binary | 11000 | 10111101 | 11010010 | 1011001 | 1010 | 0 | 10010 | 10111011 | 1001111 | 101110 |
Color Harmonies of #18BDD2
Complementary color
Monochromatic Colors of #18BDD2
Black with #18BDD2
Text Example
Text Example
White with #18BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDD2; }
p { color: rgb(24,189,210); }
H1.HeaderClassName
{
color: #18BDD2;
}
.AnyTagClassName
{
color: #18BDD2;
}
</style>
background-color css
<style>
a { background-color: #18BDD2; }
a { background-color: rgb(24,189,210); }
div.DivClassName
{
background-color: #18BDD2;
}
.BgClassName
{
background-color: #18BDD2;
}
</style>
border-color css
<style>
span { border-color: #18BDD2; }
span { border-color: rgb(24,189,210); }
td.TdClassName
{
border-color: #18BDD2;
}
.TagClassName
{
border-color: #18BDD2;
}
</style>