Shades of Iris Blue #0FBACC
Tints of Iris Blue #0FBACC
RGB
CMYK
RGB Variations
Color information
#0FBACC (or 0x0FBACC) is known color: Iris Blue. HEX triplet: 0F, BA and CC. RGB value is (15,186,204). Sum of RGB (Red+Green+Blue) = 15+186+204=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #0FBACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBACC is #F04533. Grayscale: #888888. Windows color (decimal): -15746356 or 13416975. OLE color: 13416975.
HSL color Cylindrical-coordinate representation of color #0FBACC: hue angle of 185.71º degrees, saturation: 0.86, 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 #0FBACC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 186 | 204 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.2 |
| HSL | 185.71º | 0.86% | 0.43% | - |
| HSV(B) | 185.71º | 0.93% | 0.8% | - |
| XYZ | 28.65 | 39.58 | 63.26 | - |
| YUV | 136.92 | 165.85 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 204 | 0.93 | 0.09 | 0 | 0.2 | 185.71 | 0.86 | 0.43 |
| Hex | F | BA | CC | 5D | 9 | 0 | 14 | BA | 56 | 2B |
| Octal | 17 | 272 | 314 | 135 | 11 | 0 | 24 | 272 | 126 | 53 |
| Binary | 1111 | 10111010 | 11001100 | 1011101 | 1001 | 0 | 10100 | 10111010 | 1010110 | 101011 |
Color Harmonies of #0FBACC
Complementary color
Monochromatic Colors of #0FBACC
Black with #0FBACC
Text Example
Text Example
White with #0FBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBACC; }
p { color: rgb(15,186,204); }
H1.HeaderClassName
{
color: #0FBACC;
}
.AnyTagClassName
{
color: #0FBACC;
}
</style>
background-color css
<style>
a { background-color: #0FBACC; }
a { background-color: rgb(15,186,204); }
div.DivClassName
{
background-color: #0FBACC;
}
.BgClassName
{
background-color: #0FBACC;
}
</style>
border-color css
<style>
span { border-color: #0FBACC; }
span { border-color: rgb(15,186,204); }
td.TdClassName
{
border-color: #0FBACC;
}
.TagClassName
{
border-color: #0FBACC;
}
</style>