Shades of Iris Blue #0FBEDC
Tints of Iris Blue #0FBEDC
RGB
CMYK
RGB Variations
Color information
#0FBEDC (or 0x0FBEDC) is known color: Iris Blue. HEX triplet: 0F, BE and DC. RGB value is (15,190,220). Sum of RGB (Red+Green+Blue) = 15+190+220=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FBEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBEDC is #F04123. Grayscale: #8C8C8C. Windows color (decimal): -15745316 or 14466575. OLE color: 14466575.
HSL color Cylindrical-coordinate representation of color #0FBEDC: hue angle of 188.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBEDC is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 190 | 220 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.14 |
| HSL | 188.78º | 0.87% | 0.46% | - |
| HSV(B) | 188.78º | 0.93% | 0.86% | - |
| XYZ | 31.53 | 42.1 | 74.17 | - |
| YUV | 141.1 | 172.52 | 38.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 220 | 0.93 | 0.14 | 0 | 0.14 | 188.78 | 0.87 | 0.46 |
| Hex | F | BE | DC | 5D | E | 0 | E | BD | 57 | 2E |
| Octal | 17 | 276 | 334 | 135 | 16 | 0 | 16 | 275 | 127 | 56 |
| Binary | 1111 | 10111110 | 11011100 | 1011101 | 1110 | 0 | 1110 | 10111101 | 1010111 | 101110 |
Color Harmonies of #0FBEDC
Complementary color
Monochromatic Colors of #0FBEDC
Black with #0FBEDC
Text Example
Text Example
White with #0FBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBEDC; }
p { color: rgb(15,190,220); }
H1.HeaderClassName
{
color: #0FBEDC;
}
.AnyTagClassName
{
color: #0FBEDC;
}
</style>
background-color css
<style>
a { background-color: #0FBEDC; }
a { background-color: rgb(15,190,220); }
div.DivClassName
{
background-color: #0FBEDC;
}
.BgClassName
{
background-color: #0FBEDC;
}
</style>
border-color css
<style>
span { border-color: #0FBEDC; }
span { border-color: rgb(15,190,220); }
td.TdClassName
{
border-color: #0FBEDC;
}
.TagClassName
{
border-color: #0FBEDC;
}
</style>