Shades of Iris Blue #0FABDF
Tints of Iris Blue #0FABDF
RGB
CMYK
RGB Variations
Color information
#0FABDF (or 0x0FABDF) is known color: Iris Blue. HEX triplet: 0F, AB and DF. RGB value is (15,171,223). Sum of RGB (Red+Green+Blue) = 15+171+223=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABDF is #F05420. Grayscale: #818181. Windows color (decimal): -15750177 or 14658319. OLE color: 14658319.
HSL color Cylindrical-coordinate representation of color #0FABDF: hue angle of 195º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FABDF is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 171 | 223 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.13 |
| HSL | 195º | 0.87% | 0.47% | - |
| HSV(B) | 195º | 0.93% | 0.87% | - |
| XYZ | 28.08 | 34.56 | 75 | - |
| YUV | 130.28 | 180.32 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 223 | 0.93 | 0.23 | 0 | 0.13 | 195 | 0.87 | 0.47 |
| Hex | F | AB | DF | 5D | 17 | 0 | D | C3 | 57 | 2F |
| Octal | 17 | 253 | 337 | 135 | 27 | 0 | 15 | 303 | 127 | 57 |
| Binary | 1111 | 10101011 | 11011111 | 1011101 | 10111 | 0 | 1101 | 11000011 | 1010111 | 101111 |
Color Harmonies of #0FABDF
Complementary color
Monochromatic Colors of #0FABDF
Black with #0FABDF
Text Example
Text Example
White with #0FABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABDF; }
p { color: rgb(15,171,223); }
H1.HeaderClassName
{
color: #0FABDF;
}
.AnyTagClassName
{
color: #0FABDF;
}
</style>
background-color css
<style>
a { background-color: #0FABDF; }
a { background-color: rgb(15,171,223); }
div.DivClassName
{
background-color: #0FABDF;
}
.BgClassName
{
background-color: #0FABDF;
}
</style>
border-color css
<style>
span { border-color: #0FABDF; }
span { border-color: rgb(15,171,223); }
td.TdClassName
{
border-color: #0FABDF;
}
.TagClassName
{
border-color: #0FABDF;
}
</style>