Shades of Iris Blue #18B2D5
Tints of Iris Blue #18B2D5
RGB
CMYK
RGB Variations
Color information
#18B2D5 (or 0x18B2D5) is known color: Iris Blue. HEX triplet: 18, B2 and D5. RGB value is (24,178,213). Sum of RGB (Red+Green+Blue) = 24+178+213=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #18B2D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B2D5 is #E74D2A. Grayscale: #878787. Windows color (decimal): -15158571 or 14004760. OLE color: 14004760.
HSL color Cylindrical-coordinate representation of color #18B2D5: hue angle of 191.11º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18B2D5 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 178 | 213 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.16 |
| HSL | 191.11º | 0.8% | 0.46% | - |
| HSV(B) | 191.11º | 0.89% | 0.84% | - |
| XYZ | 28.31 | 36.84 | 68.57 | - |
| YUV | 135.94 | 171.48 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 213 | 0.89 | 0.16 | 0 | 0.16 | 191.11 | 0.8 | 0.46 |
| Hex | 18 | B2 | D5 | 59 | 10 | 0 | 10 | BF | 50 | 2E |
| Octal | 30 | 262 | 325 | 131 | 20 | 0 | 20 | 277 | 120 | 56 |
| Binary | 11000 | 10110010 | 11010101 | 1011001 | 10000 | 0 | 10000 | 10111111 | 1010000 | 101110 |
Color Harmonies of #18B2D5
Complementary color
Monochromatic Colors of #18B2D5
Black with #18B2D5
Text Example
Text Example
White with #18B2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B2D5; }
p { color: rgb(24,178,213); }
H1.HeaderClassName
{
color: #18B2D5;
}
.AnyTagClassName
{
color: #18B2D5;
}
</style>
background-color css
<style>
a { background-color: #18B2D5; }
a { background-color: rgb(24,178,213); }
div.DivClassName
{
background-color: #18B2D5;
}
.BgClassName
{
background-color: #18B2D5;
}
</style>
border-color css
<style>
span { border-color: #18B2D5; }
span { border-color: rgb(24,178,213); }
td.TdClassName
{
border-color: #18B2D5;
}
.TagClassName
{
border-color: #18B2D5;
}
</style>