Shades of Iris Blue #0FA7D5
Tints of Iris Blue #0FA7D5
RGB
CMYK
RGB Variations
Color information
#0FA7D5 (or 0x0FA7D5) is known color: Iris Blue. HEX triplet: 0F, A7 and D5. RGB value is (15,167,213). Sum of RGB (Red+Green+Blue) = 15+167+213=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #0FA7D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA7D5 is #F0582A. Grayscale: #7E7E7E. Windows color (decimal): -15751211 or 14001935. OLE color: 14001935.
HSL color Cylindrical-coordinate representation of color #0FA7D5: hue angle of 193.94º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA7D5 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 167 | 213 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.16 |
| HSL | 193.94º | 0.87% | 0.45% | - |
| HSV(B) | 193.94º | 0.93% | 0.84% | - |
| XYZ | 26.03 | 32.54 | 67.86 | - |
| YUV | 126.8 | 176.64 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 167 | 213 | 0.93 | 0.22 | 0 | 0.16 | 193.94 | 0.87 | 0.45 |
| Hex | F | A7 | D5 | 5D | 16 | 0 | 10 | C2 | 57 | 2D |
| Octal | 17 | 247 | 325 | 135 | 26 | 0 | 20 | 302 | 127 | 55 |
| Binary | 1111 | 10100111 | 11010101 | 1011101 | 10110 | 0 | 10000 | 11000010 | 1010111 | 101101 |
Color Harmonies of #0FA7D5
Complementary color
Monochromatic Colors of #0FA7D5
Black with #0FA7D5
Text Example
Text Example
White with #0FA7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA7D5; }
p { color: rgb(15,167,213); }
H1.HeaderClassName
{
color: #0FA7D5;
}
.AnyTagClassName
{
color: #0FA7D5;
}
</style>
background-color css
<style>
a { background-color: #0FA7D5; }
a { background-color: rgb(15,167,213); }
div.DivClassName
{
background-color: #0FA7D5;
}
.BgClassName
{
background-color: #0FA7D5;
}
</style>
border-color css
<style>
span { border-color: #0FA7D5; }
span { border-color: rgb(15,167,213); }
td.TdClassName
{
border-color: #0FA7D5;
}
.TagClassName
{
border-color: #0FA7D5;
}
</style>