Shades of Iris Blue #0FAADB
Tints of Iris Blue #0FAADB
RGB
CMYK
RGB Variations
Color information
#0FAADB (or 0x0FAADB) is known color: Iris Blue. HEX triplet: 0F, AA and DB. RGB value is (15,170,219). Sum of RGB (Red+Green+Blue) = 15+170+219=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FAADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAADB is #F05524. Grayscale: #808080. Windows color (decimal): -15750437 or 14395919. OLE color: 14395919.
HSL color Cylindrical-coordinate representation of color #0FAADB: hue angle of 194.41º 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 #0FAADB is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 170 | 219 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.14 |
| HSL | 194.41º | 0.87% | 0.46% | - |
| HSV(B) | 194.41º | 0.93% | 0.86% | - |
| XYZ | 27.36 | 33.97 | 72.13 | - |
| YUV | 129.24 | 178.65 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 219 | 0.93 | 0.22 | 0 | 0.14 | 194.41 | 0.87 | 0.46 |
| Hex | F | AA | DB | 5D | 16 | 0 | E | C2 | 57 | 2E |
| Octal | 17 | 252 | 333 | 135 | 26 | 0 | 16 | 302 | 127 | 56 |
| Binary | 1111 | 10101010 | 11011011 | 1011101 | 10110 | 0 | 1110 | 11000010 | 1010111 | 101110 |
Color Harmonies of #0FAADB
Complementary color
Monochromatic Colors of #0FAADB
Black with #0FAADB
Text Example
Text Example
White with #0FAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAADB; }
p { color: rgb(15,170,219); }
H1.HeaderClassName
{
color: #0FAADB;
}
.AnyTagClassName
{
color: #0FAADB;
}
</style>
background-color css
<style>
a { background-color: #0FAADB; }
a { background-color: rgb(15,170,219); }
div.DivClassName
{
background-color: #0FAADB;
}
.BgClassName
{
background-color: #0FAADB;
}
</style>
border-color css
<style>
span { border-color: #0FAADB; }
span { border-color: rgb(15,170,219); }
td.TdClassName
{
border-color: #0FAADB;
}
.TagClassName
{
border-color: #0FAADB;
}
</style>