Shades of Iris Blue #1EBFCA
Tints of Iris Blue #1EBFCA
RGB
CMYK
RGB Variations
Color information
#1EBFCA (or 0x1EBFCA) is known color: Iris Blue. HEX triplet: 1E, BF and CA. RGB value is (30,191,202). Sum of RGB (Red+Green+Blue) = 30+191+202=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EBFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBFCA is #E14035. Grayscale: #8F8F8F. Windows color (decimal): -14762038 or 13287198. OLE color: 13287198.
HSL color Cylindrical-coordinate representation of color #1EBFCA: hue angle of 183.84º 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 #1EBFCA is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 191 | 202 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.21 |
| HSL | 183.84º | 0.74% | 0.45% | - |
| HSV(B) | 183.84º | 0.85% | 0.79% | - |
| XYZ | 29.83 | 41.8 | 62.37 | - |
| YUV | 144.12 | 160.66 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 202 | 0.85 | 0.05 | 0 | 0.21 | 183.84 | 0.74 | 0.45 |
| Hex | 1E | BF | CA | 55 | 5 | 0 | 15 | B8 | 4A | 2D |
| Octal | 36 | 277 | 312 | 125 | 5 | 0 | 25 | 270 | 112 | 55 |
| Binary | 11110 | 10111111 | 11001010 | 1010101 | 101 | 0 | 10101 | 10111000 | 1001010 | 101101 |
Color Harmonies of #1EBFCA
Complementary color
Monochromatic Colors of #1EBFCA
Black with #1EBFCA
Text Example
Text Example
White with #1EBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBFCA; }
p { color: rgb(30,191,202); }
H1.HeaderClassName
{
color: #1EBFCA;
}
.AnyTagClassName
{
color: #1EBFCA;
}
</style>
background-color css
<style>
a { background-color: #1EBFCA; }
a { background-color: rgb(30,191,202); }
div.DivClassName
{
background-color: #1EBFCA;
}
.BgClassName
{
background-color: #1EBFCA;
}
</style>
border-color css
<style>
span { border-color: #1EBFCA; }
span { border-color: rgb(30,191,202); }
td.TdClassName
{
border-color: #1EBFCA;
}
.TagClassName
{
border-color: #1EBFCA;
}
</style>