Shades of Iris Blue #06BADD
Tints of Iris Blue #06BADD
RGB
CMYK
RGB Variations
Color information
#06BADD (or 0x06BADD) is known color: Iris Blue. HEX triplet: 06, BA and DD. RGB value is (6,186,221). Sum of RGB (Red+Green+Blue) = 6+186+221=413 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #06BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BADD is #F94522. Grayscale: #878787. Windows color (decimal): -16336163 or 14531078. OLE color: 14531078.
HSL color Cylindrical-coordinate representation of color #06BADD: hue angle of 189.77º degrees, saturation: 0.95, 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 #06BADD is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 186 | 221 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.13 |
| HSL | 189.77º | 0.95% | 0.45% | - |
| HSV(B) | 189.77º | 0.97% | 0.87% | - |
| XYZ | 30.69 | 40.38 | 74.58 | - |
| YUV | 136.17 | 175.87 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 221 | 0.97 | 0.16 | 0 | 0.13 | 189.77 | 0.95 | 0.45 |
| Hex | 6 | BA | DD | 61 | 10 | 0 | D | BE | 5F | 2D |
| Octal | 6 | 272 | 335 | 141 | 20 | 0 | 15 | 276 | 137 | 55 |
| Binary | 110 | 10111010 | 11011101 | 1100001 | 10000 | 0 | 1101 | 10111110 | 1011111 | 101101 |
Color Harmonies of #06BADD
Complementary color
Monochromatic Colors of #06BADD
Black with #06BADD
Text Example
Text Example
White with #06BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BADD; }
p { color: rgb(6,186,221); }
H1.HeaderClassName
{
color: #06BADD;
}
.AnyTagClassName
{
color: #06BADD;
}
</style>
background-color css
<style>
a { background-color: #06BADD; }
a { background-color: rgb(6,186,221); }
div.DivClassName
{
background-color: #06BADD;
}
.BgClassName
{
background-color: #06BADD;
}
</style>
border-color css
<style>
span { border-color: #06BADD; }
span { border-color: rgb(6,186,221); }
td.TdClassName
{
border-color: #06BADD;
}
.TagClassName
{
border-color: #06BADD;
}
</style>