Shades of Iris Blue #18BFCA
Tints of Iris Blue #18BFCA
RGB
CMYK
RGB Variations
Color information
#18BFCA (or 0x18BFCA) is known color: Iris Blue. HEX triplet: 18, BF and CA. RGB value is (24,191,202). Sum of RGB (Red+Green+Blue) = 24+191+202=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #18BFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFCA is #E74035. Grayscale: #8E8E8E. Windows color (decimal): -15155254 or 13287192. OLE color: 13287192.
HSL color Cylindrical-coordinate representation of color #18BFCA: hue angle of 183.71º 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 #18BFCA is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 191 | 202 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.21 |
| HSL | 183.71º | 0.79% | 0.44% | - |
| HSV(B) | 183.71º | 0.88% | 0.79% | - |
| XYZ | 29.67 | 41.72 | 62.37 | - |
| YUV | 142.32 | 161.67 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 202 | 0.88 | 0.05 | 0 | 0.21 | 183.71 | 0.79 | 0.44 |
| Hex | 18 | BF | CA | 58 | 5 | 0 | 15 | B8 | 4F | 2C |
| Octal | 30 | 277 | 312 | 130 | 5 | 0 | 25 | 270 | 117 | 54 |
| Binary | 11000 | 10111111 | 11001010 | 1011000 | 101 | 0 | 10101 | 10111000 | 1001111 | 101100 |
Color Harmonies of #18BFCA
Complementary color
Monochromatic Colors of #18BFCA
Black with #18BFCA
Text Example
Text Example
White with #18BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFCA; }
p { color: rgb(24,191,202); }
H1.HeaderClassName
{
color: #18BFCA;
}
.AnyTagClassName
{
color: #18BFCA;
}
</style>
background-color css
<style>
a { background-color: #18BFCA; }
a { background-color: rgb(24,191,202); }
div.DivClassName
{
background-color: #18BFCA;
}
.BgClassName
{
background-color: #18BFCA;
}
</style>
border-color css
<style>
span { border-color: #18BFCA; }
span { border-color: rgb(24,191,202); }
td.TdClassName
{
border-color: #18BFCA;
}
.TagClassName
{
border-color: #18BFCA;
}
</style>