Shades of Iris Blue #0FA9DF
Tints of Iris Blue #0FA9DF
RGB
CMYK
RGB Variations
Color information
#0FA9DF (or 0x0FA9DF) is known color: Iris Blue. HEX triplet: 0F, A9 and DF. RGB value is (15,169,223). Sum of RGB (Red+Green+Blue) = 15+169+223=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FA9DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA9DF is #F05620. Grayscale: #808080. Windows color (decimal): -15750689 or 14657807. OLE color: 14657807.
HSL color Cylindrical-coordinate representation of color #0FA9DF: hue angle of 195.58º 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 #0FA9DF is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 169 | 223 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.13 |
| HSL | 195.58º | 0.87% | 0.47% | - |
| HSV(B) | 195.58º | 0.93% | 0.87% | - |
| XYZ | 27.7 | 33.81 | 74.88 | - |
| YUV | 129.11 | 180.98 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 223 | 0.93 | 0.24 | 0 | 0.13 | 195.58 | 0.87 | 0.47 |
| Hex | F | A9 | DF | 5D | 18 | 0 | D | C4 | 57 | 2F |
| Octal | 17 | 251 | 337 | 135 | 30 | 0 | 15 | 304 | 127 | 57 |
| Binary | 1111 | 10101001 | 11011111 | 1011101 | 11000 | 0 | 1101 | 11000100 | 1010111 | 101111 |
Color Harmonies of #0FA9DF
Complementary color
Monochromatic Colors of #0FA9DF
Black with #0FA9DF
Text Example
Text Example
White with #0FA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA9DF; }
p { color: rgb(15,169,223); }
H1.HeaderClassName
{
color: #0FA9DF;
}
.AnyTagClassName
{
color: #0FA9DF;
}
</style>
background-color css
<style>
a { background-color: #0FA9DF; }
a { background-color: rgb(15,169,223); }
div.DivClassName
{
background-color: #0FA9DF;
}
.BgClassName
{
background-color: #0FA9DF;
}
</style>
border-color css
<style>
span { border-color: #0FA9DF; }
span { border-color: rgb(15,169,223); }
td.TdClassName
{
border-color: #0FA9DF;
}
.TagClassName
{
border-color: #0FA9DF;
}
</style>