Shades of Iris Blue #09ACB7
Tints of Iris Blue #09ACB7
RGB
CMYK
RGB Variations
Color information
#09ACB7 (or 0x09ACB7) is known color: Iris Blue. HEX triplet: 09, AC and B7. RGB value is (9,172,183). Sum of RGB (Red+Green+Blue) = 9+172+183=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #09ACB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACB7 is #F65348. Grayscale: #7C7C7C. Windows color (decimal): -16143177 or 12037129. OLE color: 12037129.
HSL color Cylindrical-coordinate representation of color #09ACB7: hue angle of 183.79º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ACB7 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 172 | 183 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.28 |
| HSL | 183.79º | 0.91% | 0.38% | - |
| HSV(B) | 183.79º | 0.95% | 0.72% | - |
| XYZ | 23.41 | 32.98 | 49.93 | - |
| YUV | 124.52 | 161 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 183 | 0.95 | 0.06 | 0 | 0.28 | 183.79 | 0.91 | 0.38 |
| Hex | 9 | AC | B7 | 5F | 6 | 0 | 1C | B8 | 5B | 26 |
| Octal | 11 | 254 | 267 | 137 | 6 | 0 | 34 | 270 | 133 | 46 |
| Binary | 1001 | 10101100 | 10110111 | 1011111 | 110 | 0 | 11100 | 10111000 | 1011011 | 100110 |
Color Harmonies of #09ACB7
Complementary color
Monochromatic Colors of #09ACB7
Black with #09ACB7
Text Example
Text Example
White with #09ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ACB7; }
p { color: rgb(9,172,183); }
H1.HeaderClassName
{
color: #09ACB7;
}
.AnyTagClassName
{
color: #09ACB7;
}
</style>
background-color css
<style>
a { background-color: #09ACB7; }
a { background-color: rgb(9,172,183); }
div.DivClassName
{
background-color: #09ACB7;
}
.BgClassName
{
background-color: #09ACB7;
}
</style>
border-color css
<style>
span { border-color: #09ACB7; }
span { border-color: rgb(9,172,183); }
td.TdClassName
{
border-color: #09ACB7;
}
.TagClassName
{
border-color: #09ACB7;
}
</style>