Shades of Iris Blue #18BFCB
Tints of Iris Blue #18BFCB
RGB
CMYK
RGB Variations
Color information
#18BFCB (or 0x18BFCB) is known color: Iris Blue. HEX triplet: 18, BF and CB. RGB value is (24,191,203). Sum of RGB (Red+Green+Blue) = 24+191+203=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #18BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFCB is #E74034. Grayscale: #8E8E8E. Windows color (decimal): -15155253 or 13352728. OLE color: 13352728.
HSL color Cylindrical-coordinate representation of color #18BFCB: hue angle of 184.02º 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 #18BFCB is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 191 | 203 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.20 |
| HSL | 184.02º | 0.79% | 0.45% | - |
| HSV(B) | 184.02º | 0.88% | 0.8% | - |
| XYZ | 29.79 | 41.77 | 62.99 | - |
| YUV | 142.44 | 162.17 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 203 | 0.88 | 0.06 | 0 | 0.20 | 184.02 | 0.79 | 0.45 |
| Hex | 18 | BF | CB | 58 | 6 | 0 | 14 | B8 | 4F | 2D |
| Octal | 30 | 277 | 313 | 130 | 6 | 0 | 24 | 270 | 117 | 55 |
| Binary | 11000 | 10111111 | 11001011 | 1011000 | 110 | 0 | 10100 | 10111000 | 1001111 | 101101 |
Color Harmonies of #18BFCB
Complementary color
Monochromatic Colors of #18BFCB
Black with #18BFCB
Text Example
Text Example
White with #18BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFCB; }
p { color: rgb(24,191,203); }
H1.HeaderClassName
{
color: #18BFCB;
}
.AnyTagClassName
{
color: #18BFCB;
}
</style>
background-color css
<style>
a { background-color: #18BFCB; }
a { background-color: rgb(24,191,203); }
div.DivClassName
{
background-color: #18BFCB;
}
.BgClassName
{
background-color: #18BFCB;
}
</style>
border-color css
<style>
span { border-color: #18BFCB; }
span { border-color: rgb(24,191,203); }
td.TdClassName
{
border-color: #18BFCB;
}
.TagClassName
{
border-color: #18BFCB;
}
</style>