Shades of Iris Blue #0FA7DC
Tints of Iris Blue #0FA7DC
RGB
CMYK
RGB Variations
Color information
#0FA7DC (or 0x0FA7DC) is known color: Iris Blue. HEX triplet: 0F, A7 and DC. RGB value is (15,167,220). Sum of RGB (Red+Green+Blue) = 15+167+220=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FA7DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA7DC is #F05823. Grayscale: #7F7F7F. Windows color (decimal): -15751204 or 14460687. OLE color: 14460687.
HSL color Cylindrical-coordinate representation of color #0FA7DC: hue angle of 195.51º 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 #0FA7DC is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 167 | 220 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.14 |
| HSL | 195.51º | 0.87% | 0.46% | - |
| HSV(B) | 195.51º | 0.93% | 0.86% | - |
| XYZ | 26.93 | 32.91 | 72.64 | - |
| YUV | 127.59 | 180.14 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 220 | 0.93 | 0.24 | 0 | 0.14 | 195.51 | 0.87 | 0.46 |
| Hex | F | A7 | DC | 5D | 18 | 0 | E | C4 | 57 | 2E |
| Octal | 17 | 247 | 334 | 135 | 30 | 0 | 16 | 304 | 127 | 56 |
| Binary | 1111 | 10100111 | 11011100 | 1011101 | 11000 | 0 | 1110 | 11000100 | 1010111 | 101110 |
Color Harmonies of #0FA7DC
Complementary color
Monochromatic Colors of #0FA7DC
Black with #0FA7DC
Text Example
Text Example
White with #0FA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA7DC; }
p { color: rgb(15,167,220); }
H1.HeaderClassName
{
color: #0FA7DC;
}
.AnyTagClassName
{
color: #0FA7DC;
}
</style>
background-color css
<style>
a { background-color: #0FA7DC; }
a { background-color: rgb(15,167,220); }
div.DivClassName
{
background-color: #0FA7DC;
}
.BgClassName
{
background-color: #0FA7DC;
}
</style>
border-color css
<style>
span { border-color: #0FA7DC; }
span { border-color: rgb(15,167,220); }
td.TdClassName
{
border-color: #0FA7DC;
}
.TagClassName
{
border-color: #0FA7DC;
}
</style>