Shades of Iris Blue #0FABDD
Tints of Iris Blue #0FABDD
RGB
CMYK
RGB Variations
Color information
#0FABDD (or 0x0FABDD) is known color: Iris Blue. HEX triplet: 0F, AB and DD. RGB value is (15,171,221). Sum of RGB (Red+Green+Blue) = 15+171+221=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABDD is #F05422. Grayscale: #818181. Windows color (decimal): -15750179 or 14527247. OLE color: 14527247.
HSL color Cylindrical-coordinate representation of color #0FABDD: hue angle of 194.56º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FABDD is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 171 | 221 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.13 |
| HSL | 194.56º | 0.87% | 0.46% | - |
| HSV(B) | 194.56º | 0.93% | 0.87% | - |
| XYZ | 27.81 | 34.45 | 73.59 | - |
| YUV | 130.06 | 179.32 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 221 | 0.93 | 0.23 | 0 | 0.13 | 194.56 | 0.87 | 0.46 |
| Hex | F | AB | DD | 5D | 17 | 0 | D | C3 | 57 | 2E |
| Octal | 17 | 253 | 335 | 135 | 27 | 0 | 15 | 303 | 127 | 56 |
| Binary | 1111 | 10101011 | 11011101 | 1011101 | 10111 | 0 | 1101 | 11000011 | 1010111 | 101110 |
Color Harmonies of #0FABDD
Complementary color
Monochromatic Colors of #0FABDD
Black with #0FABDD
Text Example
Text Example
White with #0FABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABDD; }
p { color: rgb(15,171,221); }
H1.HeaderClassName
{
color: #0FABDD;
}
.AnyTagClassName
{
color: #0FABDD;
}
</style>
background-color css
<style>
a { background-color: #0FABDD; }
a { background-color: rgb(15,171,221); }
div.DivClassName
{
background-color: #0FABDD;
}
.BgClassName
{
background-color: #0FABDD;
}
</style>
border-color css
<style>
span { border-color: #0FABDD; }
span { border-color: rgb(15,171,221); }
td.TdClassName
{
border-color: #0FABDD;
}
.TagClassName
{
border-color: #0FABDD;
}
</style>