Shades of Iris Blue #18BDDC
Tints of Iris Blue #18BDDC
RGB
CMYK
RGB Variations
Color information
#18BDDC (or 0x18BDDC) is known color: Iris Blue. HEX triplet: 18, BD and DC. RGB value is (24,189,220). Sum of RGB (Red+Green+Blue) = 24+189+220=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #18BDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDDC is #E74223. Grayscale: #8E8E8E. Windows color (decimal): -15155748 or 14466328. OLE color: 14466328.
HSL color Cylindrical-coordinate representation of color #18BDDC: hue angle of 189.49º 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 #18BDDC is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 189 | 220 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.14 |
| HSL | 189.49º | 0.8% | 0.48% | - |
| HSV(B) | 189.49º | 0.89% | 0.86% | - |
| XYZ | 31.49 | 41.76 | 74.11 | - |
| YUV | 143.2 | 171.34 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 220 | 0.89 | 0.14 | 0 | 0.14 | 189.49 | 0.8 | 0.48 |
| Hex | 18 | BD | DC | 59 | E | 0 | E | BD | 50 | 30 |
| Octal | 30 | 275 | 334 | 131 | 16 | 0 | 16 | 275 | 120 | 60 |
| Binary | 11000 | 10111101 | 11011100 | 1011001 | 1110 | 0 | 1110 | 10111101 | 1010000 | 110000 |
Color Harmonies of #18BDDC
Complementary color
Monochromatic Colors of #18BDDC
Black with #18BDDC
Text Example
Text Example
White with #18BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDDC; }
p { color: rgb(24,189,220); }
H1.HeaderClassName
{
color: #18BDDC;
}
.AnyTagClassName
{
color: #18BDDC;
}
</style>
background-color css
<style>
a { background-color: #18BDDC; }
a { background-color: rgb(24,189,220); }
div.DivClassName
{
background-color: #18BDDC;
}
.BgClassName
{
background-color: #18BDDC;
}
</style>
border-color css
<style>
span { border-color: #18BDDC; }
span { border-color: rgb(24,189,220); }
td.TdClassName
{
border-color: #18BDDC;
}
.TagClassName
{
border-color: #18BDDC;
}
</style>