Shades of Iris Blue #0FABC4
Tints of Iris Blue #0FABC4
RGB
CMYK
RGB Variations
Color information
#0FABC4 (or 0x0FABC4) is known color: Iris Blue. HEX triplet: 0F, AB and C4. RGB value is (15,171,196). Sum of RGB (Red+Green+Blue) = 15+171+196=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #0FABC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABC4 is #F0543B. Grayscale: #7E7E7E. Windows color (decimal): -15750204 or 12888847. OLE color: 12888847.
HSL color Cylindrical-coordinate representation of color #0FABC4: hue angle of 188.29º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FABC4 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 171 | 196 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.23 |
| HSL | 188.29º | 0.86% | 0.41% | - |
| HSV(B) | 188.29º | 0.92% | 0.77% | - |
| XYZ | 24.72 | 33.21 | 57.33 | - |
| YUV | 127.21 | 166.82 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 196 | 0.92 | 0.13 | 0 | 0.23 | 188.29 | 0.86 | 0.41 |
| Hex | F | AB | C4 | 5C | D | 0 | 17 | BC | 56 | 29 |
| Octal | 17 | 253 | 304 | 134 | 15 | 0 | 27 | 274 | 126 | 51 |
| Binary | 1111 | 10101011 | 11000100 | 1011100 | 1101 | 0 | 10111 | 10111100 | 1010110 | 101001 |
Color Harmonies of #0FABC4
Complementary color
Monochromatic Colors of #0FABC4
Black with #0FABC4
Text Example
Text Example
White with #0FABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABC4; }
p { color: rgb(15,171,196); }
H1.HeaderClassName
{
color: #0FABC4;
}
.AnyTagClassName
{
color: #0FABC4;
}
</style>
background-color css
<style>
a { background-color: #0FABC4; }
a { background-color: rgb(15,171,196); }
div.DivClassName
{
background-color: #0FABC4;
}
.BgClassName
{
background-color: #0FABC4;
}
</style>
border-color css
<style>
span { border-color: #0FABC4; }
span { border-color: rgb(15,171,196); }
td.TdClassName
{
border-color: #0FABC4;
}
.TagClassName
{
border-color: #0FABC4;
}
</style>