Shades of Iris Blue #18BACC
Tints of Iris Blue #18BACC
RGB
CMYK
RGB Variations
Color information
#18BACC (or 0x18BACC) is known color: Iris Blue. HEX triplet: 18, BA and CC. RGB value is (24,186,204). Sum of RGB (Red+Green+Blue) = 24+186+204=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #18BACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BACC is #E74533. Grayscale: #8B8B8B. Windows color (decimal): -15156532 or 13416984. OLE color: 13416984.
HSL color Cylindrical-coordinate representation of color #18BACC: hue angle of 186º 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 #18BACC is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 186 | 204 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.2 |
| HSL | 186º | 0.79% | 0.45% | - |
| HSV(B) | 186º | 0.88% | 0.8% | - |
| XYZ | 28.83 | 39.67 | 63.26 | - |
| YUV | 139.61 | 164.33 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 204 | 0.88 | 0.09 | 0 | 0.2 | 186 | 0.79 | 0.45 |
| Hex | 18 | BA | CC | 58 | 9 | 0 | 14 | BA | 4F | 2D |
| Octal | 30 | 272 | 314 | 130 | 11 | 0 | 24 | 272 | 117 | 55 |
| Binary | 11000 | 10111010 | 11001100 | 1011000 | 1001 | 0 | 10100 | 10111010 | 1001111 | 101101 |
Color Harmonies of #18BACC
Complementary color
Monochromatic Colors of #18BACC
Black with #18BACC
Text Example
Text Example
White with #18BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BACC; }
p { color: rgb(24,186,204); }
H1.HeaderClassName
{
color: #18BACC;
}
.AnyTagClassName
{
color: #18BACC;
}
</style>
background-color css
<style>
a { background-color: #18BACC; }
a { background-color: rgb(24,186,204); }
div.DivClassName
{
background-color: #18BACC;
}
.BgClassName
{
background-color: #18BACC;
}
</style>
border-color css
<style>
span { border-color: #18BACC; }
span { border-color: rgb(24,186,204); }
td.TdClassName
{
border-color: #18BACC;
}
.TagClassName
{
border-color: #18BACC;
}
</style>