Shades of Iris Blue #09ADBA
Tints of Iris Blue #09ADBA
RGB
CMYK
RGB Variations
Color information
#09ADBA (or 0x09ADBA) is known color: Iris Blue. HEX triplet: 09, AD and BA. RGB value is (9,173,186). Sum of RGB (Red+Green+Blue) = 9+173+186=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #09ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADBA is #F65245. Grayscale: #7D7D7D. Windows color (decimal): -16142918 or 12233993. OLE color: 12233993.
HSL color Cylindrical-coordinate representation of color #09ADBA: hue angle of 184.41º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADBA is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 173 | 186 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.27 |
| HSL | 184.41º | 0.91% | 0.38% | - |
| HSV(B) | 184.41º | 0.95% | 0.73% | - |
| XYZ | 23.92 | 33.49 | 51.66 | - |
| YUV | 125.45 | 162.17 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 186 | 0.95 | 0.07 | 0 | 0.27 | 184.41 | 0.91 | 0.38 |
| Hex | 9 | AD | BA | 5F | 7 | 0 | 1B | B8 | 5B | 26 |
| Octal | 11 | 255 | 272 | 137 | 7 | 0 | 33 | 270 | 133 | 46 |
| Binary | 1001 | 10101101 | 10111010 | 1011111 | 111 | 0 | 11011 | 10111000 | 1011011 | 100110 |
Color Harmonies of #09ADBA
Complementary color
Monochromatic Colors of #09ADBA
Black with #09ADBA
Text Example
Text Example
White with #09ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADBA; }
p { color: rgb(9,173,186); }
H1.HeaderClassName
{
color: #09ADBA;
}
.AnyTagClassName
{
color: #09ADBA;
}
</style>
background-color css
<style>
a { background-color: #09ADBA; }
a { background-color: rgb(9,173,186); }
div.DivClassName
{
background-color: #09ADBA;
}
.BgClassName
{
background-color: #09ADBA;
}
</style>
border-color css
<style>
span { border-color: #09ADBA; }
span { border-color: rgb(9,173,186); }
td.TdClassName
{
border-color: #09ADBA;
}
.TagClassName
{
border-color: #09ADBA;
}
</style>