Shades of Iris Blue #0FABBE
Tints of Iris Blue #0FABBE
RGB
CMYK
RGB Variations
Color information
#0FABBE (or 0x0FABBE) is known color: Iris Blue. HEX triplet: 0F, AB and BE. RGB value is (15,171,190). Sum of RGB (Red+Green+Blue) = 15+171+190=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABBE is #F05441. Grayscale: #7E7E7E. Windows color (decimal): -15750210 or 12495631. OLE color: 12495631.
HSL color Cylindrical-coordinate representation of color #0FABBE: hue angle of 186.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FABBE is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 171 | 190 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.25 |
| HSL | 186.51º | 0.85% | 0.4% | - |
| HSV(B) | 186.51º | 0.92% | 0.75% | - |
| XYZ | 24.05 | 32.95 | 53.81 | - |
| YUV | 126.52 | 163.82 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 190 | 0.92 | 0.10 | 0 | 0.25 | 186.51 | 0.85 | 0.4 |
| Hex | F | AB | BE | 5C | A | 0 | 19 | BB | 55 | 28 |
| Octal | 17 | 253 | 276 | 134 | 12 | 0 | 31 | 273 | 125 | 50 |
| Binary | 1111 | 10101011 | 10111110 | 1011100 | 1010 | 0 | 11001 | 10111011 | 1010101 | 101000 |
Color Harmonies of #0FABBE
Complementary color
Monochromatic Colors of #0FABBE
Black with #0FABBE
Text Example
Text Example
White with #0FABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABBE; }
p { color: rgb(15,171,190); }
H1.HeaderClassName
{
color: #0FABBE;
}
.AnyTagClassName
{
color: #0FABBE;
}
</style>
background-color css
<style>
a { background-color: #0FABBE; }
a { background-color: rgb(15,171,190); }
div.DivClassName
{
background-color: #0FABBE;
}
.BgClassName
{
background-color: #0FABBE;
}
</style>
border-color css
<style>
span { border-color: #0FABBE; }
span { border-color: rgb(15,171,190); }
td.TdClassName
{
border-color: #0FABBE;
}
.TagClassName
{
border-color: #0FABBE;
}
</style>