Shades of Iris Blue #0FA8DF
Tints of Iris Blue #0FA8DF
RGB
CMYK
RGB Variations
Color information
#0FA8DF (or 0x0FA8DF) is known color: Iris Blue. HEX triplet: 0F, A8 and DF. RGB value is (15,168,223). Sum of RGB (Red+Green+Blue) = 15+168+223=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FA8DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA8DF is #F05720. Grayscale: #808080. Windows color (decimal): -15750945 or 14657551. OLE color: 14657551.
HSL color Cylindrical-coordinate representation of color #0FA8DF: hue angle of 195.87º 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 #0FA8DF is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 168 | 223 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.13 |
| HSL | 195.87º | 0.87% | 0.47% | - |
| HSV(B) | 195.87º | 0.93% | 0.87% | - |
| XYZ | 27.52 | 33.43 | 74.82 | - |
| YUV | 128.52 | 181.31 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 223 | 0.93 | 0.25 | 0 | 0.13 | 195.87 | 0.87 | 0.47 |
| Hex | F | A8 | DF | 5D | 19 | 0 | D | C4 | 57 | 2F |
| Octal | 17 | 250 | 337 | 135 | 31 | 0 | 15 | 304 | 127 | 57 |
| Binary | 1111 | 10101000 | 11011111 | 1011101 | 11001 | 0 | 1101 | 11000100 | 1010111 | 101111 |
Color Harmonies of #0FA8DF
Complementary color
Monochromatic Colors of #0FA8DF
Black with #0FA8DF
Text Example
Text Example
White with #0FA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA8DF; }
p { color: rgb(15,168,223); }
H1.HeaderClassName
{
color: #0FA8DF;
}
.AnyTagClassName
{
color: #0FA8DF;
}
</style>
background-color css
<style>
a { background-color: #0FA8DF; }
a { background-color: rgb(15,168,223); }
div.DivClassName
{
background-color: #0FA8DF;
}
.BgClassName
{
background-color: #0FA8DF;
}
</style>
border-color css
<style>
span { border-color: #0FA8DF; }
span { border-color: rgb(15,168,223); }
td.TdClassName
{
border-color: #0FA8DF;
}
.TagClassName
{
border-color: #0FA8DF;
}
</style>