Shades of Iris Blue #0FBACE
Tints of Iris Blue #0FBACE
RGB
CMYK
RGB Variations
Color information
#0FBACE (or 0x0FBACE) is known color: Iris Blue. HEX triplet: 0F, BA and CE. RGB value is (15,186,206). Sum of RGB (Red+Green+Blue) = 15+186+206=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FBACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBACE is #F04531. Grayscale: #888888. Windows color (decimal): -15746354 or 13548047. OLE color: 13548047.
HSL color Cylindrical-coordinate representation of color #0FBACE: hue angle of 186.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBACE is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 186 | 206 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.19 |
| HSL | 186.28º | 0.86% | 0.43% | - |
| HSV(B) | 186.28º | 0.93% | 0.81% | - |
| XYZ | 28.9 | 39.68 | 64.53 | - |
| YUV | 137.15 | 166.85 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 206 | 0.93 | 0.10 | 0 | 0.19 | 186.28 | 0.86 | 0.43 |
| Hex | F | BA | CE | 5D | A | 0 | 13 | BA | 56 | 2B |
| Octal | 17 | 272 | 316 | 135 | 12 | 0 | 23 | 272 | 126 | 53 |
| Binary | 1111 | 10111010 | 11001110 | 1011101 | 1010 | 0 | 10011 | 10111010 | 1010110 | 101011 |
Color Harmonies of #0FBACE
Complementary color
Monochromatic Colors of #0FBACE
Black with #0FBACE
Text Example
Text Example
White with #0FBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBACE; }
p { color: rgb(15,186,206); }
H1.HeaderClassName
{
color: #0FBACE;
}
.AnyTagClassName
{
color: #0FBACE;
}
</style>
background-color css
<style>
a { background-color: #0FBACE; }
a { background-color: rgb(15,186,206); }
div.DivClassName
{
background-color: #0FBACE;
}
.BgClassName
{
background-color: #0FBACE;
}
</style>
border-color css
<style>
span { border-color: #0FBACE; }
span { border-color: rgb(15,186,206); }
td.TdClassName
{
border-color: #0FBACE;
}
.TagClassName
{
border-color: #0FBACE;
}
</style>