Shades of Iris Blue #0FBADC
Tints of Iris Blue #0FBADC
RGB
CMYK
RGB Variations
Color information
#0FBADC (or 0x0FBADC) is known color: Iris Blue. HEX triplet: 0F, BA and DC. RGB value is (15,186,220). Sum of RGB (Red+Green+Blue) = 15+186+220=421 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.56% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FBADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBADC is #F04523. Grayscale: #8A8A8A. Windows color (decimal): -15746340 or 14465551. OLE color: 14465551.
HSL color Cylindrical-coordinate representation of color #0FBADC: hue angle of 189.95º 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 #0FBADC is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 186 | 220 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.14 |
| HSL | 189.95º | 0.87% | 0.46% | - |
| HSV(B) | 189.95º | 0.93% | 0.86% | - |
| XYZ | 30.67 | 40.39 | 73.89 | - |
| YUV | 138.75 | 173.85 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 220 | 0.93 | 0.15 | 0 | 0.14 | 189.95 | 0.87 | 0.46 |
| Hex | F | BA | DC | 5D | F | 0 | E | BE | 57 | 2E |
| Octal | 17 | 272 | 334 | 135 | 17 | 0 | 16 | 276 | 127 | 56 |
| Binary | 1111 | 10111010 | 11011100 | 1011101 | 1111 | 0 | 1110 | 10111110 | 1010111 | 101110 |
Color Harmonies of #0FBADC
Complementary color
Monochromatic Colors of #0FBADC
Black with #0FBADC
Text Example
Text Example
White with #0FBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBADC; }
p { color: rgb(15,186,220); }
H1.HeaderClassName
{
color: #0FBADC;
}
.AnyTagClassName
{
color: #0FBADC;
}
</style>
background-color css
<style>
a { background-color: #0FBADC; }
a { background-color: rgb(15,186,220); }
div.DivClassName
{
background-color: #0FBADC;
}
.BgClassName
{
background-color: #0FBADC;
}
</style>
border-color css
<style>
span { border-color: #0FBADC; }
span { border-color: rgb(15,186,220); }
td.TdClassName
{
border-color: #0FBADC;
}
.TagClassName
{
border-color: #0FBADC;
}
</style>