Shades of Iris Blue #07BADD
Tints of Iris Blue #07BADD
RGB
CMYK
RGB Variations
Color information
#07BADD (or 0x07BADD) is known color: Iris Blue. HEX triplet: 07, BA and DD. RGB value is (7,186,221). Sum of RGB (Red+Green+Blue) = 7+186+221=414 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #07BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BADD is #F84522. Grayscale: #888888. Windows color (decimal): -16270627 or 14531079. OLE color: 14531079.
HSL color Cylindrical-coordinate representation of color #07BADD: hue angle of 189.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BADD is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 186 | 221 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.13 |
| HSL | 189.81º | 0.94% | 0.45% | - |
| HSV(B) | 189.81º | 0.97% | 0.87% | - |
| XYZ | 30.7 | 40.38 | 74.58 | - |
| YUV | 136.47 | 175.7 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 221 | 0.97 | 0.16 | 0 | 0.13 | 189.81 | 0.94 | 0.45 |
| Hex | 7 | BA | DD | 61 | 10 | 0 | D | BE | 5E | 2D |
| Octal | 7 | 272 | 335 | 141 | 20 | 0 | 15 | 276 | 136 | 55 |
| Binary | 111 | 10111010 | 11011101 | 1100001 | 10000 | 0 | 1101 | 10111110 | 1011110 | 101101 |
Color Harmonies of #07BADD
Complementary color
Monochromatic Colors of #07BADD
Black with #07BADD
Text Example
Text Example
White with #07BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BADD; }
p { color: rgb(7,186,221); }
H1.HeaderClassName
{
color: #07BADD;
}
.AnyTagClassName
{
color: #07BADD;
}
</style>
background-color css
<style>
a { background-color: #07BADD; }
a { background-color: rgb(7,186,221); }
div.DivClassName
{
background-color: #07BADD;
}
.BgClassName
{
background-color: #07BADD;
}
</style>
border-color css
<style>
span { border-color: #07BADD; }
span { border-color: rgb(7,186,221); }
td.TdClassName
{
border-color: #07BADD;
}
.TagClassName
{
border-color: #07BADD;
}
</style>