Shades of Iris Blue #18BDCB
Tints of Iris Blue #18BDCB
RGB
CMYK
RGB Variations
Color information
#18BDCB (or 0x18BDCB) is known color: Iris Blue. HEX triplet: 18, BD and CB. RGB value is (24,189,203). Sum of RGB (Red+Green+Blue) = 24+189+203=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #18BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDCB is #E74234. Grayscale: #8D8D8D. Windows color (decimal): -15155765 or 13352216. OLE color: 13352216.
HSL color Cylindrical-coordinate representation of color #18BDCB: hue angle of 184.69º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BDCB is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 189 | 203 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.20 |
| HSL | 184.69º | 0.79% | 0.45% | - |
| HSV(B) | 184.69º | 0.88% | 0.8% | - |
| XYZ | 29.35 | 40.9 | 62.85 | - |
| YUV | 141.26 | 162.84 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 203 | 0.88 | 0.07 | 0 | 0.20 | 184.69 | 0.79 | 0.45 |
| Hex | 18 | BD | CB | 58 | 7 | 0 | 14 | B9 | 4F | 2D |
| Octal | 30 | 275 | 313 | 130 | 7 | 0 | 24 | 271 | 117 | 55 |
| Binary | 11000 | 10111101 | 11001011 | 1011000 | 111 | 0 | 10100 | 10111001 | 1001111 | 101101 |
Color Harmonies of #18BDCB
Complementary color
Monochromatic Colors of #18BDCB
Black with #18BDCB
Text Example
Text Example
White with #18BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDCB; }
p { color: rgb(24,189,203); }
H1.HeaderClassName
{
color: #18BDCB;
}
.AnyTagClassName
{
color: #18BDCB;
}
</style>
background-color css
<style>
a { background-color: #18BDCB; }
a { background-color: rgb(24,189,203); }
div.DivClassName
{
background-color: #18BDCB;
}
.BgClassName
{
background-color: #18BDCB;
}
</style>
border-color css
<style>
span { border-color: #18BDCB; }
span { border-color: rgb(24,189,203); }
td.TdClassName
{
border-color: #18BDCB;
}
.TagClassName
{
border-color: #18BDCB;
}
</style>