Shades of Iris Blue #1EAFD0
Tints of Iris Blue #1EAFD0
RGB
CMYK
RGB Variations
Color information
#1EAFD0 (or 0x1EAFD0) is known color: Iris Blue. HEX triplet: 1E, AF and D0. RGB value is (30,175,208). Sum of RGB (Red+Green+Blue) = 30+175+208=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #1EAFD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFD0 is #E1502F. Grayscale: #878787. Windows color (decimal): -14766128 or 13676318. OLE color: 13676318.
HSL color Cylindrical-coordinate representation of color #1EAFD0: hue angle of 191.12º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EAFD0 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 175 | 208 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.18 |
| HSL | 191.12º | 0.75% | 0.47% | - |
| HSV(B) | 191.12º | 0.86% | 0.82% | - |
| XYZ | 27.25 | 35.49 | 65.09 | - |
| YUV | 135.41 | 168.96 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 208 | 0.86 | 0.16 | 0 | 0.18 | 191.12 | 0.75 | 0.47 |
| Hex | 1E | AF | D0 | 56 | 10 | 0 | 12 | BF | 4B | 2F |
| Octal | 36 | 257 | 320 | 126 | 20 | 0 | 22 | 277 | 113 | 57 |
| Binary | 11110 | 10101111 | 11010000 | 1010110 | 10000 | 0 | 10010 | 10111111 | 1001011 | 101111 |
Color Harmonies of #1EAFD0
Complementary color
Monochromatic Colors of #1EAFD0
Black with #1EAFD0
Text Example
Text Example
White with #1EAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFD0; }
p { color: rgb(30,175,208); }
H1.HeaderClassName
{
color: #1EAFD0;
}
.AnyTagClassName
{
color: #1EAFD0;
}
</style>
background-color css
<style>
a { background-color: #1EAFD0; }
a { background-color: rgb(30,175,208); }
div.DivClassName
{
background-color: #1EAFD0;
}
.BgClassName
{
background-color: #1EAFD0;
}
</style>
border-color css
<style>
span { border-color: #1EAFD0; }
span { border-color: rgb(30,175,208); }
td.TdClassName
{
border-color: #1EAFD0;
}
.TagClassName
{
border-color: #1EAFD0;
}
</style>