Shades of Iris Blue #1EBBCA
Tints of Iris Blue #1EBBCA
RGB
CMYK
RGB Variations
Color information
#1EBBCA (or 0x1EBBCA) is known color: Iris Blue. HEX triplet: 1E, BB and CA. RGB value is (30,187,202). Sum of RGB (Red+Green+Blue) = 30+187+202=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EBBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBCA is #E14435. Grayscale: #8D8D8D. Windows color (decimal): -14763062 or 13286174. OLE color: 13286174.
HSL color Cylindrical-coordinate representation of color #1EBBCA: hue angle of 185.23º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBBCA is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 187 | 202 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.21 |
| HSL | 185.23º | 0.74% | 0.45% | - |
| HSV(B) | 185.23º | 0.85% | 0.79% | - |
| XYZ | 28.97 | 40.08 | 62.09 | - |
| YUV | 141.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 187 | 202 | 0.85 | 0.07 | 0 | 0.21 | 185.23 | 0.74 | 0.45 |
| Hex | 1E | BB | CA | 55 | 7 | 0 | 15 | B9 | 4A | 2D |
| Octal | 36 | 273 | 312 | 125 | 7 | 0 | 25 | 271 | 112 | 55 |
| Binary | 11110 | 10111011 | 11001010 | 1010101 | 111 | 0 | 10101 | 10111001 | 1001010 | 101101 |
Color Harmonies of #1EBBCA
Complementary color
Monochromatic Colors of #1EBBCA
Black with #1EBBCA
Text Example
Text Example
White with #1EBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBBCA; }
p { color: rgb(30,187,202); }
H1.HeaderClassName
{
color: #1EBBCA;
}
.AnyTagClassName
{
color: #1EBBCA;
}
</style>
background-color css
<style>
a { background-color: #1EBBCA; }
a { background-color: rgb(30,187,202); }
div.DivClassName
{
background-color: #1EBBCA;
}
.BgClassName
{
background-color: #1EBBCA;
}
</style>
border-color css
<style>
span { border-color: #1EBBCA; }
span { border-color: rgb(30,187,202); }
td.TdClassName
{
border-color: #1EBBCA;
}
.TagClassName
{
border-color: #1EBBCA;
}
</style>