Shades of Iris Blue #1EB8CB
Tints of Iris Blue #1EB8CB
RGB
CMYK
RGB Variations
Color information
#1EB8CB (or 0x1EB8CB) is known color: Iris Blue. HEX triplet: 1E, B8 and CB. RGB value is (30,184,203). Sum of RGB (Red+Green+Blue) = 30+184+203=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EB8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB8CB is #E14734. Grayscale: #8B8B8B. Windows color (decimal): -14763829 or 13350942. OLE color: 13350942.
HSL color Cylindrical-coordinate representation of color #1EB8CB: hue angle of 186.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EB8CB is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 184 | 203 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.20 |
| HSL | 186.59º | 0.74% | 0.46% | - |
| HSV(B) | 186.59º | 0.85% | 0.8% | - |
| XYZ | 28.46 | 38.87 | 62.5 | - |
| YUV | 140.12 | 163.48 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 203 | 0.85 | 0.09 | 0 | 0.20 | 186.59 | 0.74 | 0.46 |
| Hex | 1E | B8 | CB | 55 | 9 | 0 | 14 | BB | 4A | 2E |
| Octal | 36 | 270 | 313 | 125 | 11 | 0 | 24 | 273 | 112 | 56 |
| Binary | 11110 | 10111000 | 11001011 | 1010101 | 1001 | 0 | 10100 | 10111011 | 1001010 | 101110 |
Color Harmonies of #1EB8CB
Complementary color
Monochromatic Colors of #1EB8CB
Black with #1EB8CB
Text Example
Text Example
White with #1EB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB8CB; }
p { color: rgb(30,184,203); }
H1.HeaderClassName
{
color: #1EB8CB;
}
.AnyTagClassName
{
color: #1EB8CB;
}
</style>
background-color css
<style>
a { background-color: #1EB8CB; }
a { background-color: rgb(30,184,203); }
div.DivClassName
{
background-color: #1EB8CB;
}
.BgClassName
{
background-color: #1EB8CB;
}
</style>
border-color css
<style>
span { border-color: #1EB8CB; }
span { border-color: rgb(30,184,203); }
td.TdClassName
{
border-color: #1EB8CB;
}
.TagClassName
{
border-color: #1EB8CB;
}
</style>