Shades of Iris Blue #09ABBA
Tints of Iris Blue #09ABBA
RGB
CMYK
RGB Variations
Color information
#09ABBA (or 0x09ABBA) is known color: Iris Blue. HEX triplet: 09, AB and BA. RGB value is (9,171,186). Sum of RGB (Red+Green+Blue) = 9+171+186=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #09ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABBA is #F65445. Grayscale: #7C7C7C. Windows color (decimal): -16143430 or 12233481. OLE color: 12233481.
HSL color Cylindrical-coordinate representation of color #09ABBA: hue angle of 185.08º 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 #09ABBA is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 171 | 186 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.27 |
| HSL | 185.08º | 0.91% | 0.38% | - |
| HSV(B) | 185.08º | 0.95% | 0.73% | - |
| XYZ | 23.54 | 32.73 | 51.53 | - |
| YUV | 124.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 186 | 0.95 | 0.08 | 0 | 0.27 | 185.08 | 0.91 | 0.38 |
| Hex | 9 | AB | BA | 5F | 8 | 0 | 1B | B9 | 5B | 26 |
| Octal | 11 | 253 | 272 | 137 | 10 | 0 | 33 | 271 | 133 | 46 |
| Binary | 1001 | 10101011 | 10111010 | 1011111 | 1000 | 0 | 11011 | 10111001 | 1011011 | 100110 |
Color Harmonies of #09ABBA
Complementary color
Monochromatic Colors of #09ABBA
Black with #09ABBA
Text Example
Text Example
White with #09ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABBA; }
p { color: rgb(9,171,186); }
H1.HeaderClassName
{
color: #09ABBA;
}
.AnyTagClassName
{
color: #09ABBA;
}
</style>
background-color css
<style>
a { background-color: #09ABBA; }
a { background-color: rgb(9,171,186); }
div.DivClassName
{
background-color: #09ABBA;
}
.BgClassName
{
background-color: #09ABBA;
}
</style>
border-color css
<style>
span { border-color: #09ABBA; }
span { border-color: rgb(9,171,186); }
td.TdClassName
{
border-color: #09ABBA;
}
.TagClassName
{
border-color: #09ABBA;
}
</style>