Shades of Iris Blue #0FBACA
Tints of Iris Blue #0FBACA
RGB
CMYK
RGB Variations
Color information
#0FBACA (or 0x0FBACA) is known color: Iris Blue. HEX triplet: 0F, BA and CA. RGB value is (15,186,202). Sum of RGB (Red+Green+Blue) = 15+186+202=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FBACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBACA is #F04535. Grayscale: #888888. Windows color (decimal): -15746358 or 13285903. OLE color: 13285903.
HSL color Cylindrical-coordinate representation of color #0FBACA: hue angle of 185.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBACA is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 186 | 202 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.21 |
| HSL | 185.13º | 0.86% | 0.43% | - |
| HSV(B) | 185.13º | 0.93% | 0.79% | - |
| XYZ | 28.42 | 39.48 | 62 | - |
| YUV | 136.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 202 | 0.93 | 0.08 | 0 | 0.21 | 185.13 | 0.86 | 0.43 |
| Hex | F | BA | CA | 5D | 8 | 0 | 15 | B9 | 56 | 2B |
| Octal | 17 | 272 | 312 | 135 | 10 | 0 | 25 | 271 | 126 | 53 |
| Binary | 1111 | 10111010 | 11001010 | 1011101 | 1000 | 0 | 10101 | 10111001 | 1010110 | 101011 |
Color Harmonies of #0FBACA
Complementary color
Monochromatic Colors of #0FBACA
Black with #0FBACA
Text Example
Text Example
White with #0FBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBACA; }
p { color: rgb(15,186,202); }
H1.HeaderClassName
{
color: #0FBACA;
}
.AnyTagClassName
{
color: #0FBACA;
}
</style>
background-color css
<style>
a { background-color: #0FBACA; }
a { background-color: rgb(15,186,202); }
div.DivClassName
{
background-color: #0FBACA;
}
.BgClassName
{
background-color: #0FBACA;
}
</style>
border-color css
<style>
span { border-color: #0FBACA; }
span { border-color: rgb(15,186,202); }
td.TdClassName
{
border-color: #0FBACA;
}
.TagClassName
{
border-color: #0FBACA;
}
</style>