Shades of Iris Blue #0EBFCB
Tints of Iris Blue #0EBFCB
RGB
CMYK
RGB Variations
Color information
#0EBFCB (or 0x0EBFCB) is known color: Iris Blue. HEX triplet: 0E, BF and CB. RGB value is (14,191,203). Sum of RGB (Red+Green+Blue) = 14+191+203=408 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.43% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #0EBFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFCB is #F14034. Grayscale: #8B8B8B. Windows color (decimal): -15810613 or 13352718. OLE color: 13352718.
HSL color Cylindrical-coordinate representation of color #0EBFCB: hue angle of 183.81º 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 #0EBFCB is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 191 | 203 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.20 |
| HSL | 183.81º | 0.87% | 0.43% | - |
| HSV(B) | 183.81º | 0.93% | 0.8% | - |
| XYZ | 29.59 | 41.67 | 62.98 | - |
| YUV | 139.45 | 163.86 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 203 | 0.93 | 0.06 | 0 | 0.20 | 183.81 | 0.87 | 0.43 |
| Hex | E | BF | CB | 5D | 6 | 0 | 14 | B8 | 57 | 2B |
| Octal | 16 | 277 | 313 | 135 | 6 | 0 | 24 | 270 | 127 | 53 |
| Binary | 1110 | 10111111 | 11001011 | 1011101 | 110 | 0 | 10100 | 10111000 | 1010111 | 101011 |
Color Harmonies of #0EBFCB
Complementary color
Monochromatic Colors of #0EBFCB
Black with #0EBFCB
Text Example
Text Example
White with #0EBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFCB; }
p { color: rgb(14,191,203); }
H1.HeaderClassName
{
color: #0EBFCB;
}
.AnyTagClassName
{
color: #0EBFCB;
}
</style>
background-color css
<style>
a { background-color: #0EBFCB; }
a { background-color: rgb(14,191,203); }
div.DivClassName
{
background-color: #0EBFCB;
}
.BgClassName
{
background-color: #0EBFCB;
}
</style>
border-color css
<style>
span { border-color: #0EBFCB; }
span { border-color: rgb(14,191,203); }
td.TdClassName
{
border-color: #0EBFCB;
}
.TagClassName
{
border-color: #0EBFCB;
}
</style>