Shades of Iris Blue #18BFC9
Tints of Iris Blue #18BFC9
RGB
CMYK
RGB Variations
Color information
#18BFC9 (or 0x18BFC9) is known color: Iris Blue. HEX triplet: 18, BF and C9. RGB value is (24,191,201). Sum of RGB (Red+Green+Blue) = 24+191+201=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #18BFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFC9 is #E74036. Grayscale: #8E8E8E. Windows color (decimal): -15155255 or 13221656. OLE color: 13221656.
HSL color Cylindrical-coordinate representation of color #18BFC9: hue angle of 183.39º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BFC9 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 191 | 201 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.21 |
| HSL | 183.39º | 0.79% | 0.44% | - |
| HSV(B) | 183.39º | 0.88% | 0.79% | - |
| XYZ | 29.55 | 41.67 | 61.74 | - |
| YUV | 142.21 | 161.17 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 201 | 0.88 | 0.05 | 0 | 0.21 | 183.39 | 0.79 | 0.44 |
| Hex | 18 | BF | C9 | 58 | 5 | 0 | 15 | B7 | 4F | 2C |
| Octal | 30 | 277 | 311 | 130 | 5 | 0 | 25 | 267 | 117 | 54 |
| Binary | 11000 | 10111111 | 11001001 | 1011000 | 101 | 0 | 10101 | 10110111 | 1001111 | 101100 |
Color Harmonies of #18BFC9
Complementary color
Monochromatic Colors of #18BFC9
Black with #18BFC9
Text Example
Text Example
White with #18BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFC9; }
p { color: rgb(24,191,201); }
H1.HeaderClassName
{
color: #18BFC9;
}
.AnyTagClassName
{
color: #18BFC9;
}
</style>
background-color css
<style>
a { background-color: #18BFC9; }
a { background-color: rgb(24,191,201); }
div.DivClassName
{
background-color: #18BFC9;
}
.BgClassName
{
background-color: #18BFC9;
}
</style>
border-color css
<style>
span { border-color: #18BFC9; }
span { border-color: rgb(24,191,201); }
td.TdClassName
{
border-color: #18BFC9;
}
.TagClassName
{
border-color: #18BFC9;
}
</style>