Shades of Iris Blue #0FBED7
Tints of Iris Blue #0FBED7
RGB
CMYK
RGB Variations
Color information
#0FBED7 (or 0x0FBED7) is known color: Iris Blue. HEX triplet: 0F, BE and D7. RGB value is (15,190,215). Sum of RGB (Red+Green+Blue) = 15+190+215=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #0FBED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBED7 is #F04128. Grayscale: #8C8C8C. Windows color (decimal): -15745321 or 14138895. OLE color: 14138895.
HSL color Cylindrical-coordinate representation of color #0FBED7: hue angle of 187.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBED7 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 190 | 215 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.16 |
| HSL | 187.5º | 0.87% | 0.45% | - |
| HSV(B) | 187.5º | 0.93% | 0.84% | - |
| XYZ | 30.88 | 41.83 | 70.74 | - |
| YUV | 140.53 | 170.02 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 215 | 0.93 | 0.12 | 0 | 0.16 | 187.5 | 0.87 | 0.45 |
| Hex | F | BE | D7 | 5D | C | 0 | 10 | BC | 57 | 2D |
| Octal | 17 | 276 | 327 | 135 | 14 | 0 | 20 | 274 | 127 | 55 |
| Binary | 1111 | 10111110 | 11010111 | 1011101 | 1100 | 0 | 10000 | 10111100 | 1010111 | 101101 |
Color Harmonies of #0FBED7
Complementary color
Monochromatic Colors of #0FBED7
Black with #0FBED7
Text Example
Text Example
White with #0FBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBED7; }
p { color: rgb(15,190,215); }
H1.HeaderClassName
{
color: #0FBED7;
}
.AnyTagClassName
{
color: #0FBED7;
}
</style>
background-color css
<style>
a { background-color: #0FBED7; }
a { background-color: rgb(15,190,215); }
div.DivClassName
{
background-color: #0FBED7;
}
.BgClassName
{
background-color: #0FBED7;
}
</style>
border-color css
<style>
span { border-color: #0FBED7; }
span { border-color: rgb(15,190,215); }
td.TdClassName
{
border-color: #0FBED7;
}
.TagClassName
{
border-color: #0FBED7;
}
</style>