Shades of Iris Blue #0FAADF
Tints of Iris Blue #0FAADF
RGB
CMYK
RGB Variations
Color information
#0FAADF (or 0x0FAADF) is known color: Iris Blue. HEX triplet: 0F, AA and DF. RGB value is (15,170,223). Sum of RGB (Red+Green+Blue) = 15+170+223=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FAADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAADF is #F05520. Grayscale: #818181. Windows color (decimal): -15750433 or 14658063. OLE color: 14658063.
HSL color Cylindrical-coordinate representation of color #0FAADF: hue angle of 195.29º 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 #0FAADF is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 170 | 223 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.13 |
| HSL | 195.29º | 0.87% | 0.47% | - |
| HSV(B) | 195.29º | 0.93% | 0.87% | - |
| XYZ | 27.89 | 34.18 | 74.94 | - |
| YUV | 129.7 | 180.65 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 223 | 0.93 | 0.24 | 0 | 0.13 | 195.29 | 0.87 | 0.47 |
| Hex | F | AA | DF | 5D | 18 | 0 | D | C3 | 57 | 2F |
| Octal | 17 | 252 | 337 | 135 | 30 | 0 | 15 | 303 | 127 | 57 |
| Binary | 1111 | 10101010 | 11011111 | 1011101 | 11000 | 0 | 1101 | 11000011 | 1010111 | 101111 |
Color Harmonies of #0FAADF
Complementary color
Monochromatic Colors of #0FAADF
Black with #0FAADF
Text Example
Text Example
White with #0FAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAADF; }
p { color: rgb(15,170,223); }
H1.HeaderClassName
{
color: #0FAADF;
}
.AnyTagClassName
{
color: #0FAADF;
}
</style>
background-color css
<style>
a { background-color: #0FAADF; }
a { background-color: rgb(15,170,223); }
div.DivClassName
{
background-color: #0FAADF;
}
.BgClassName
{
background-color: #0FAADF;
}
</style>
border-color css
<style>
span { border-color: #0FAADF; }
span { border-color: rgb(15,170,223); }
td.TdClassName
{
border-color: #0FAADF;
}
.TagClassName
{
border-color: #0FAADF;
}
</style>