Shades of Iris Blue #0FABC9
Tints of Iris Blue #0FABC9
RGB
CMYK
RGB Variations
Color information
#0FABC9 (or 0x0FABC9) is known color: Iris Blue. HEX triplet: 0F, AB and C9. RGB value is (15,171,201). Sum of RGB (Red+Green+Blue) = 15+171+201=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #0FABC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABC9 is #F05436. Grayscale: #7F7F7F. Windows color (decimal): -15750199 or 13216527. OLE color: 13216527.
HSL color Cylindrical-coordinate representation of color #0FABC9: hue angle of 189.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FABC9 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 171 | 201 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.21 |
| HSL | 189.68º | 0.86% | 0.42% | - |
| HSV(B) | 189.68º | 0.93% | 0.79% | - |
| XYZ | 25.3 | 33.44 | 60.38 | - |
| YUV | 127.78 | 169.32 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 201 | 0.93 | 0.15 | 0 | 0.21 | 189.68 | 0.86 | 0.42 |
| Hex | F | AB | C9 | 5D | F | 0 | 15 | BE | 56 | 2A |
| Octal | 17 | 253 | 311 | 135 | 17 | 0 | 25 | 276 | 126 | 52 |
| Binary | 1111 | 10101011 | 11001001 | 1011101 | 1111 | 0 | 10101 | 10111110 | 1010110 | 101010 |
Color Harmonies of #0FABC9
Complementary color
Monochromatic Colors of #0FABC9
Black with #0FABC9
Text Example
Text Example
White with #0FABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABC9; }
p { color: rgb(15,171,201); }
H1.HeaderClassName
{
color: #0FABC9;
}
.AnyTagClassName
{
color: #0FABC9;
}
</style>
background-color css
<style>
a { background-color: #0FABC9; }
a { background-color: rgb(15,171,201); }
div.DivClassName
{
background-color: #0FABC9;
}
.BgClassName
{
background-color: #0FABC9;
}
</style>
border-color css
<style>
span { border-color: #0FABC9; }
span { border-color: rgb(15,171,201); }
td.TdClassName
{
border-color: #0FABC9;
}
.TagClassName
{
border-color: #0FABC9;
}
</style>