Shades of Iris Blue #09AFBA
Tints of Iris Blue #09AFBA
RGB
CMYK
RGB Variations
Color information
#09AFBA (or 0x09AFBA) is known color: Iris Blue. HEX triplet: 09, AF and BA. RGB value is (9,175,186). Sum of RGB (Red+Green+Blue) = 9+175+186=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #09AFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFBA is #F65045. Grayscale: #7E7E7E. Windows color (decimal): -16142406 or 12234505. OLE color: 12234505.
HSL color Cylindrical-coordinate representation of color #09AFBA: hue angle of 183.73º 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 #09AFBA is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 175 | 186 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.27 |
| HSL | 183.73º | 0.91% | 0.38% | - |
| HSV(B) | 183.73º | 0.95% | 0.73% | - |
| XYZ | 24.31 | 34.26 | 51.79 | - |
| YUV | 126.62 | 161.5 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 186 | 0.95 | 0.06 | 0 | 0.27 | 183.73 | 0.91 | 0.38 |
| Hex | 9 | AF | BA | 5F | 6 | 0 | 1B | B8 | 5B | 26 |
| Octal | 11 | 257 | 272 | 137 | 6 | 0 | 33 | 270 | 133 | 46 |
| Binary | 1001 | 10101111 | 10111010 | 1011111 | 110 | 0 | 11011 | 10111000 | 1011011 | 100110 |
Color Harmonies of #09AFBA
Complementary color
Monochromatic Colors of #09AFBA
Black with #09AFBA
Text Example
Text Example
White with #09AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFBA; }
p { color: rgb(9,175,186); }
H1.HeaderClassName
{
color: #09AFBA;
}
.AnyTagClassName
{
color: #09AFBA;
}
</style>
background-color css
<style>
a { background-color: #09AFBA; }
a { background-color: rgb(9,175,186); }
div.DivClassName
{
background-color: #09AFBA;
}
.BgClassName
{
background-color: #09AFBA;
}
</style>
border-color css
<style>
span { border-color: #09AFBA; }
span { border-color: rgb(9,175,186); }
td.TdClassName
{
border-color: #09AFBA;
}
.TagClassName
{
border-color: #09AFBA;
}
</style>