Shades of Iris Blue #18BDCC
Tints of Iris Blue #18BDCC
RGB
CMYK
RGB Variations
Color information
#18BDCC (or 0x18BDCC) is known color: Iris Blue. HEX triplet: 18, BD and CC. RGB value is (24,189,204). Sum of RGB (Red+Green+Blue) = 24+189+204=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #18BDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDCC is #E74233. Grayscale: #8D8D8D. Windows color (decimal): -15155764 or 13417752. OLE color: 13417752.
HSL color Cylindrical-coordinate representation of color #18BDCC: hue angle of 185º 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 #18BDCC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 189 | 204 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.2 |
| HSL | 185º | 0.79% | 0.45% | - |
| HSV(B) | 185º | 0.88% | 0.8% | - |
| XYZ | 29.47 | 40.95 | 63.48 | - |
| YUV | 141.38 | 163.34 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 204 | 0.88 | 0.07 | 0 | 0.2 | 185 | 0.79 | 0.45 |
| Hex | 18 | BD | CC | 58 | 7 | 0 | 14 | B9 | 4F | 2D |
| Octal | 30 | 275 | 314 | 130 | 7 | 0 | 24 | 271 | 117 | 55 |
| Binary | 11000 | 10111101 | 11001100 | 1011000 | 111 | 0 | 10100 | 10111001 | 1001111 | 101101 |
Color Harmonies of #18BDCC
Complementary color
Monochromatic Colors of #18BDCC
Black with #18BDCC
Text Example
Text Example
White with #18BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDCC; }
p { color: rgb(24,189,204); }
H1.HeaderClassName
{
color: #18BDCC;
}
.AnyTagClassName
{
color: #18BDCC;
}
</style>
background-color css
<style>
a { background-color: #18BDCC; }
a { background-color: rgb(24,189,204); }
div.DivClassName
{
background-color: #18BDCC;
}
.BgClassName
{
background-color: #18BDCC;
}
</style>
border-color css
<style>
span { border-color: #18BDCC; }
span { border-color: rgb(24,189,204); }
td.TdClassName
{
border-color: #18BDCC;
}
.TagClassName
{
border-color: #18BDCC;
}
</style>