Shades of Iris Blue #0EBFCD
Tints of Iris Blue #0EBFCD
RGB
CMYK
RGB Variations
Color information
#0EBFCD (or 0x0EBFCD) is known color: Iris Blue. HEX triplet: 0E, BF and CD. RGB value is (14,191,205). Sum of RGB (Red+Green+Blue) = 14+191+205=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #0EBFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFCD is #F14032. Grayscale: #8B8B8B. Windows color (decimal): -15810611 or 13483790. OLE color: 13483790.
HSL color Cylindrical-coordinate representation of color #0EBFCD: hue angle of 184.4º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBFCD is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 191 | 205 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.20 |
| HSL | 184.4º | 0.87% | 0.43% | - |
| HSV(B) | 184.4º | 0.93% | 0.8% | - |
| XYZ | 29.83 | 41.76 | 64.25 | - |
| YUV | 139.67 | 164.86 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 205 | 0.93 | 0.07 | 0 | 0.20 | 184.4 | 0.87 | 0.43 |
| Hex | E | BF | CD | 5D | 7 | 0 | 14 | B8 | 57 | 2B |
| Octal | 16 | 277 | 315 | 135 | 7 | 0 | 24 | 270 | 127 | 53 |
| Binary | 1110 | 10111111 | 11001101 | 1011101 | 111 | 0 | 10100 | 10111000 | 1010111 | 101011 |
Color Harmonies of #0EBFCD
Complementary color
Monochromatic Colors of #0EBFCD
Black with #0EBFCD
Text Example
Text Example
White with #0EBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFCD; }
p { color: rgb(14,191,205); }
H1.HeaderClassName
{
color: #0EBFCD;
}
.AnyTagClassName
{
color: #0EBFCD;
}
</style>
background-color css
<style>
a { background-color: #0EBFCD; }
a { background-color: rgb(14,191,205); }
div.DivClassName
{
background-color: #0EBFCD;
}
.BgClassName
{
background-color: #0EBFCD;
}
</style>
border-color css
<style>
span { border-color: #0EBFCD; }
span { border-color: rgb(14,191,205); }
td.TdClassName
{
border-color: #0EBFCD;
}
.TagClassName
{
border-color: #0EBFCD;
}
</style>