Shades of Iris Blue #18BBCC
Tints of Iris Blue #18BBCC
RGB
CMYK
RGB Variations
Color information
#18BBCC (or 0x18BBCC) is known color: Iris Blue. HEX triplet: 18, BB and CC. RGB value is (24,187,204). Sum of RGB (Red+Green+Blue) = 24+187+204=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #18BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBCC is #E74433. Grayscale: #8B8B8B. Windows color (decimal): -15156276 or 13417240. OLE color: 13417240.
HSL color Cylindrical-coordinate representation of color #18BBCC: hue angle of 185.67º 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 #18BBCC is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 187 | 204 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.2 |
| HSL | 185.67º | 0.79% | 0.45% | - |
| HSV(B) | 185.67º | 0.88% | 0.8% | - |
| XYZ | 29.05 | 40.09 | 63.33 | - |
| YUV | 140.2 | 164 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 204 | 0.88 | 0.08 | 0 | 0.2 | 185.67 | 0.79 | 0.45 |
| Hex | 18 | BB | CC | 58 | 8 | 0 | 14 | BA | 4F | 2D |
| Octal | 30 | 273 | 314 | 130 | 10 | 0 | 24 | 272 | 117 | 55 |
| Binary | 11000 | 10111011 | 11001100 | 1011000 | 1000 | 0 | 10100 | 10111010 | 1001111 | 101101 |
Color Harmonies of #18BBCC
Complementary color
Monochromatic Colors of #18BBCC
Black with #18BBCC
Text Example
Text Example
White with #18BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBCC; }
p { color: rgb(24,187,204); }
H1.HeaderClassName
{
color: #18BBCC;
}
.AnyTagClassName
{
color: #18BBCC;
}
</style>
background-color css
<style>
a { background-color: #18BBCC; }
a { background-color: rgb(24,187,204); }
div.DivClassName
{
background-color: #18BBCC;
}
.BgClassName
{
background-color: #18BBCC;
}
</style>
border-color css
<style>
span { border-color: #18BBCC; }
span { border-color: rgb(24,187,204); }
td.TdClassName
{
border-color: #18BBCC;
}
.TagClassName
{
border-color: #18BBCC;
}
</style>