Shades of Iris Blue #06ADBA
Tints of Iris Blue #06ADBA
RGB
CMYK
RGB Variations
Color information
#06ADBA (or 0x06ADBA) is known color: Iris Blue. HEX triplet: 06, AD and BA. RGB value is (6,173,186). Sum of RGB (Red+Green+Blue) = 6+173+186=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #06ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADBA is #F95245. Grayscale: #7C7C7C. Windows color (decimal): -16339526 or 12233990. OLE color: 12233990.
HSL color Cylindrical-coordinate representation of color #06ADBA: hue angle of 184.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ADBA is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 173 | 186 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.27 |
| HSL | 184.33º | 0.94% | 0.38% | - |
| HSV(B) | 184.33º | 0.97% | 0.73% | - |
| XYZ | 23.88 | 33.47 | 51.66 | - |
| YUV | 124.55 | 162.67 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 186 | 0.97 | 0.07 | 0 | 0.27 | 184.33 | 0.94 | 0.38 |
| Hex | 6 | AD | BA | 61 | 7 | 0 | 1B | B8 | 5E | 26 |
| Octal | 6 | 255 | 272 | 141 | 7 | 0 | 33 | 270 | 136 | 46 |
| Binary | 110 | 10101101 | 10111010 | 1100001 | 111 | 0 | 11011 | 10111000 | 1011110 | 100110 |
Color Harmonies of #06ADBA
Complementary color
Monochromatic Colors of #06ADBA
Black with #06ADBA
Text Example
Text Example
White with #06ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADBA; }
p { color: rgb(6,173,186); }
H1.HeaderClassName
{
color: #06ADBA;
}
.AnyTagClassName
{
color: #06ADBA;
}
</style>
background-color css
<style>
a { background-color: #06ADBA; }
a { background-color: rgb(6,173,186); }
div.DivClassName
{
background-color: #06ADBA;
}
.BgClassName
{
background-color: #06ADBA;
}
</style>
border-color css
<style>
span { border-color: #06ADBA; }
span { border-color: rgb(6,173,186); }
td.TdClassName
{
border-color: #06ADBA;
}
.TagClassName
{
border-color: #06ADBA;
}
</style>