Shades of Iris Blue #0FA9DB
Tints of Iris Blue #0FA9DB
RGB
CMYK
RGB Variations
Color information
#0FA9DB (or 0x0FA9DB) is known color: Iris Blue. HEX triplet: 0F, A9 and DB. RGB value is (15,169,219). Sum of RGB (Red+Green+Blue) = 15+169+219=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FA9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA9DB is #F05624. Grayscale: #808080. Windows color (decimal): -15750693 or 14395663. OLE color: 14395663.
HSL color Cylindrical-coordinate representation of color #0FA9DB: hue angle of 194.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA9DB is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 169 | 219 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.14 |
| HSL | 194.71º | 0.87% | 0.46% | - |
| HSV(B) | 194.71º | 0.93% | 0.86% | - |
| XYZ | 27.17 | 33.59 | 72.07 | - |
| YUV | 128.65 | 178.98 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 219 | 0.93 | 0.23 | 0 | 0.14 | 194.71 | 0.87 | 0.46 |
| Hex | F | A9 | DB | 5D | 17 | 0 | E | C3 | 57 | 2E |
| Octal | 17 | 251 | 333 | 135 | 27 | 0 | 16 | 303 | 127 | 56 |
| Binary | 1111 | 10101001 | 11011011 | 1011101 | 10111 | 0 | 1110 | 11000011 | 1010111 | 101110 |
Color Harmonies of #0FA9DB
Complementary color
Monochromatic Colors of #0FA9DB
Black with #0FA9DB
Text Example
Text Example
White with #0FA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA9DB; }
p { color: rgb(15,169,219); }
H1.HeaderClassName
{
color: #0FA9DB;
}
.AnyTagClassName
{
color: #0FA9DB;
}
</style>
background-color css
<style>
a { background-color: #0FA9DB; }
a { background-color: rgb(15,169,219); }
div.DivClassName
{
background-color: #0FA9DB;
}
.BgClassName
{
background-color: #0FA9DB;
}
</style>
border-color css
<style>
span { border-color: #0FA9DB; }
span { border-color: rgb(15,169,219); }
td.TdClassName
{
border-color: #0FA9DB;
}
.TagClassName
{
border-color: #0FA9DB;
}
</style>