Shades of Iris Blue #18BFDF
Tints of Iris Blue #18BFDF
RGB
CMYK
RGB Variations
Color information
#18BFDF (or 0x18BFDF) is known color: Iris Blue. HEX triplet: 18, BF and DF. RGB value is (24,191,223). Sum of RGB (Red+Green+Blue) = 24+191+223=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #18BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFDF is #E74020. Grayscale: #909090. Windows color (decimal): -15155233 or 14663448. OLE color: 14663448.
HSL color Cylindrical-coordinate representation of color #18BFDF: hue angle of 189.65º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BFDF is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 191 | 223 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.13 |
| HSL | 189.65º | 0.81% | 0.48% | - |
| HSV(B) | 189.65º | 0.89% | 0.87% | - |
| XYZ | 32.33 | 42.78 | 76.37 | - |
| YUV | 144.72 | 172.17 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 223 | 0.89 | 0.14 | 0 | 0.13 | 189.65 | 0.81 | 0.48 |
| Hex | 18 | BF | DF | 59 | E | 0 | D | BE | 51 | 30 |
| Octal | 30 | 277 | 337 | 131 | 16 | 0 | 15 | 276 | 121 | 60 |
| Binary | 11000 | 10111111 | 11011111 | 1011001 | 1110 | 0 | 1101 | 10111110 | 1010001 | 110000 |
Color Harmonies of #18BFDF
Complementary color
Monochromatic Colors of #18BFDF
Black with #18BFDF
Text Example
Text Example
White with #18BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFDF; }
p { color: rgb(24,191,223); }
H1.HeaderClassName
{
color: #18BFDF;
}
.AnyTagClassName
{
color: #18BFDF;
}
</style>
background-color css
<style>
a { background-color: #18BFDF; }
a { background-color: rgb(24,191,223); }
div.DivClassName
{
background-color: #18BFDF;
}
.BgClassName
{
background-color: #18BFDF;
}
</style>
border-color css
<style>
span { border-color: #18BFDF; }
span { border-color: rgb(24,191,223); }
td.TdClassName
{
border-color: #18BFDF;
}
.TagClassName
{
border-color: #18BFDF;
}
</style>