Shades of Iris Blue #1EACCB
Tints of Iris Blue #1EACCB
RGB
CMYK
RGB Variations
Color information
#1EACCB (or 0x1EACCB) is known color: Iris Blue. HEX triplet: 1E, AC and CB. RGB value is (30,172,203). Sum of RGB (Red+Green+Blue) = 30+172+203=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACCB is #E15334. Grayscale: #848484. Windows color (decimal): -14766901 or 13347870. OLE color: 13347870.
HSL color Cylindrical-coordinate representation of color #1EACCB: hue angle of 190.75º 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 #1EACCB is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 172 | 203 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.20 |
| HSL | 190.75º | 0.74% | 0.46% | - |
| HSV(B) | 190.75º | 0.85% | 0.8% | - |
| XYZ | 26.07 | 34.09 | 61.71 | - |
| YUV | 133.08 | 167.46 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 203 | 0.85 | 0.15 | 0 | 0.20 | 190.75 | 0.74 | 0.46 |
| Hex | 1E | AC | CB | 55 | F | 0 | 14 | BF | 4A | 2E |
| Octal | 36 | 254 | 313 | 125 | 17 | 0 | 24 | 277 | 112 | 56 |
| Binary | 11110 | 10101100 | 11001011 | 1010101 | 1111 | 0 | 10100 | 10111111 | 1001010 | 101110 |
Color Harmonies of #1EACCB
Complementary color
Monochromatic Colors of #1EACCB
Black with #1EACCB
Text Example
Text Example
White with #1EACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACCB; }
p { color: rgb(30,172,203); }
H1.HeaderClassName
{
color: #1EACCB;
}
.AnyTagClassName
{
color: #1EACCB;
}
</style>
background-color css
<style>
a { background-color: #1EACCB; }
a { background-color: rgb(30,172,203); }
div.DivClassName
{
background-color: #1EACCB;
}
.BgClassName
{
background-color: #1EACCB;
}
</style>
border-color css
<style>
span { border-color: #1EACCB; }
span { border-color: rgb(30,172,203); }
td.TdClassName
{
border-color: #1EACCB;
}
.TagClassName
{
border-color: #1EACCB;
}
</style>