Shades of Iris Blue #0FBADD
Tints of Iris Blue #0FBADD
RGB
CMYK
RGB Variations
Color information
#0FBADD (or 0x0FBADD) is known color: Iris Blue. HEX triplet: 0F, BA and DD. RGB value is (15,186,221). Sum of RGB (Red+Green+Blue) = 15+186+221=422 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FBADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBADD is #F04522. Grayscale: #8A8A8A. Windows color (decimal): -15746339 or 14531087. OLE color: 14531087.
HSL color Cylindrical-coordinate representation of color #0FBADD: hue angle of 190.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBADD is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 186 | 221 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.13 |
| HSL | 190.19º | 0.87% | 0.46% | - |
| HSV(B) | 190.19º | 0.93% | 0.87% | - |
| XYZ | 30.81 | 40.44 | 74.59 | - |
| YUV | 138.86 | 174.35 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 221 | 0.93 | 0.16 | 0 | 0.13 | 190.19 | 0.87 | 0.46 |
| Hex | F | BA | DD | 5D | 10 | 0 | D | BE | 57 | 2E |
| Octal | 17 | 272 | 335 | 135 | 20 | 0 | 15 | 276 | 127 | 56 |
| Binary | 1111 | 10111010 | 11011101 | 1011101 | 10000 | 0 | 1101 | 10111110 | 1010111 | 101110 |
Color Harmonies of #0FBADD
Complementary color
Monochromatic Colors of #0FBADD
Black with #0FBADD
Text Example
Text Example
White with #0FBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBADD; }
p { color: rgb(15,186,221); }
H1.HeaderClassName
{
color: #0FBADD;
}
.AnyTagClassName
{
color: #0FBADD;
}
</style>
background-color css
<style>
a { background-color: #0FBADD; }
a { background-color: rgb(15,186,221); }
div.DivClassName
{
background-color: #0FBADD;
}
.BgClassName
{
background-color: #0FBADD;
}
</style>
border-color css
<style>
span { border-color: #0FBADD; }
span { border-color: rgb(15,186,221); }
td.TdClassName
{
border-color: #0FBADD;
}
.TagClassName
{
border-color: #0FBADD;
}
</style>