Shades of Iris Blue #1EBECF
Tints of Iris Blue #1EBECF
RGB
CMYK
RGB Variations
Color information
#1EBECF (or 0x1EBECF) is known color: Iris Blue. HEX triplet: 1E, BE and CF. RGB value is (30,190,207). Sum of RGB (Red+Green+Blue) = 30+190+207=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBECF is #E14130. Grayscale: #8F8F8F. Windows color (decimal): -14762289 or 13614622. OLE color: 13614622.
HSL color Cylindrical-coordinate representation of color #1EBECF: hue angle of 185.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBECF is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 190 | 207 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.19 |
| HSL | 185.76º | 0.75% | 0.46% | - |
| HSV(B) | 185.76º | 0.86% | 0.81% | - |
| XYZ | 30.21 | 41.61 | 65.47 | - |
| YUV | 144.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 207 | 0.86 | 0.08 | 0 | 0.19 | 185.76 | 0.75 | 0.46 |
| Hex | 1E | BE | CF | 56 | 8 | 0 | 13 | BA | 4B | 2E |
| Octal | 36 | 276 | 317 | 126 | 10 | 0 | 23 | 272 | 113 | 56 |
| Binary | 11110 | 10111110 | 11001111 | 1010110 | 1000 | 0 | 10011 | 10111010 | 1001011 | 101110 |
Color Harmonies of #1EBECF
Complementary color
Monochromatic Colors of #1EBECF
Black with #1EBECF
Text Example
Text Example
White with #1EBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBECF; }
p { color: rgb(30,190,207); }
H1.HeaderClassName
{
color: #1EBECF;
}
.AnyTagClassName
{
color: #1EBECF;
}
</style>
background-color css
<style>
a { background-color: #1EBECF; }
a { background-color: rgb(30,190,207); }
div.DivClassName
{
background-color: #1EBECF;
}
.BgClassName
{
background-color: #1EBECF;
}
</style>
border-color css
<style>
span { border-color: #1EBECF; }
span { border-color: rgb(30,190,207); }
td.TdClassName
{
border-color: #1EBECF;
}
.TagClassName
{
border-color: #1EBECF;
}
</style>