Shades of Iris Blue #07BADA
Tints of Iris Blue #07BADA
RGB
CMYK
RGB Variations
Color information
#07BADA (or 0x07BADA) is known color: Iris Blue. HEX triplet: 07, BA and DA. RGB value is (7,186,218). Sum of RGB (Red+Green+Blue) = 7+186+218=411 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #07BADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BADA is #F84525. Grayscale: #878787. Windows color (decimal): -16270630 or 14334471. OLE color: 14334471.
HSL color Cylindrical-coordinate representation of color #07BADA: hue angle of 189.1º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BADA is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 186 | 218 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.15 |
| HSL | 189.1º | 0.94% | 0.44% | - |
| HSV(B) | 189.1º | 0.97% | 0.85% | - |
| XYZ | 30.3 | 40.22 | 72.5 | - |
| YUV | 136.13 | 174.2 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 218 | 0.97 | 0.15 | 0 | 0.15 | 189.1 | 0.94 | 0.44 |
| Hex | 7 | BA | DA | 61 | F | 0 | F | BD | 5E | 2C |
| Octal | 7 | 272 | 332 | 141 | 17 | 0 | 17 | 275 | 136 | 54 |
| Binary | 111 | 10111010 | 11011010 | 1100001 | 1111 | 0 | 1111 | 10111101 | 1011110 | 101100 |
Color Harmonies of #07BADA
Complementary color
Monochromatic Colors of #07BADA
Black with #07BADA
Text Example
Text Example
White with #07BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BADA; }
p { color: rgb(7,186,218); }
H1.HeaderClassName
{
color: #07BADA;
}
.AnyTagClassName
{
color: #07BADA;
}
</style>
background-color css
<style>
a { background-color: #07BADA; }
a { background-color: rgb(7,186,218); }
div.DivClassName
{
background-color: #07BADA;
}
.BgClassName
{
background-color: #07BADA;
}
</style>
border-color css
<style>
span { border-color: #07BADA; }
span { border-color: rgb(7,186,218); }
td.TdClassName
{
border-color: #07BADA;
}
.TagClassName
{
border-color: #07BADA;
}
</style>