Shades of Iris Blue #09ADBD
Tints of Iris Blue #09ADBD
RGB
CMYK
RGB Variations
Color information
#09ADBD (or 0x09ADBD) is known color: Iris Blue. HEX triplet: 09, AD and BD. RGB value is (9,173,189). Sum of RGB (Red+Green+Blue) = 9+173+189=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #09ADBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADBD is #F65242. Grayscale: #7D7D7D. Windows color (decimal): -16142915 or 12430601. OLE color: 12430601.
HSL color Cylindrical-coordinate representation of color #09ADBD: hue angle of 185.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADBD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 173 | 189 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.26 |
| HSL | 185.33º | 0.91% | 0.39% | - |
| HSV(B) | 185.33º | 0.95% | 0.74% | - |
| XYZ | 24.24 | 33.62 | 53.36 | - |
| YUV | 125.79 | 163.67 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 189 | 0.95 | 0.08 | 0 | 0.26 | 185.33 | 0.91 | 0.39 |
| Hex | 9 | AD | BD | 5F | 8 | 0 | 1A | B9 | 5B | 27 |
| Octal | 11 | 255 | 275 | 137 | 10 | 0 | 32 | 271 | 133 | 47 |
| Binary | 1001 | 10101101 | 10111101 | 1011111 | 1000 | 0 | 11010 | 10111001 | 1011011 | 100111 |
Color Harmonies of #09ADBD
Complementary color
Monochromatic Colors of #09ADBD
Black with #09ADBD
Text Example
Text Example
White with #09ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADBD; }
p { color: rgb(9,173,189); }
H1.HeaderClassName
{
color: #09ADBD;
}
.AnyTagClassName
{
color: #09ADBD;
}
</style>
background-color css
<style>
a { background-color: #09ADBD; }
a { background-color: rgb(9,173,189); }
div.DivClassName
{
background-color: #09ADBD;
}
.BgClassName
{
background-color: #09ADBD;
}
</style>
border-color css
<style>
span { border-color: #09ADBD; }
span { border-color: rgb(9,173,189); }
td.TdClassName
{
border-color: #09ADBD;
}
.TagClassName
{
border-color: #09ADBD;
}
</style>