Shades of Iris Blue #18BACF
Tints of Iris Blue #18BACF
RGB
CMYK
RGB Variations
Color information
#18BACF (or 0x18BACF) is known color: Iris Blue. HEX triplet: 18, BA and CF. RGB value is (24,186,207). Sum of RGB (Red+Green+Blue) = 24+186+207=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #18BACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BACF is #E74530. Grayscale: #8B8B8B. Windows color (decimal): -15156529 or 13613592. OLE color: 13613592.
HSL color Cylindrical-coordinate representation of color #18BACF: hue angle of 186.89º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BACF is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 186 | 207 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.19 |
| HSL | 186.89º | 0.79% | 0.45% | - |
| HSV(B) | 186.89º | 0.88% | 0.81% | - |
| XYZ | 29.2 | 39.82 | 65.18 | - |
| YUV | 139.96 | 165.83 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 207 | 0.88 | 0.10 | 0 | 0.19 | 186.89 | 0.79 | 0.45 |
| Hex | 18 | BA | CF | 58 | A | 0 | 13 | BB | 4F | 2D |
| Octal | 30 | 272 | 317 | 130 | 12 | 0 | 23 | 273 | 117 | 55 |
| Binary | 11000 | 10111010 | 11001111 | 1011000 | 1010 | 0 | 10011 | 10111011 | 1001111 | 101101 |
Color Harmonies of #18BACF
Complementary color
Monochromatic Colors of #18BACF
Black with #18BACF
Text Example
Text Example
White with #18BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BACF; }
p { color: rgb(24,186,207); }
H1.HeaderClassName
{
color: #18BACF;
}
.AnyTagClassName
{
color: #18BACF;
}
</style>
background-color css
<style>
a { background-color: #18BACF; }
a { background-color: rgb(24,186,207); }
div.DivClassName
{
background-color: #18BACF;
}
.BgClassName
{
background-color: #18BACF;
}
</style>
border-color css
<style>
span { border-color: #18BACF; }
span { border-color: rgb(24,186,207); }
td.TdClassName
{
border-color: #18BACF;
}
.TagClassName
{
border-color: #18BACF;
}
</style>