Shades of Iris Blue #09AFBC
Tints of Iris Blue #09AFBC
RGB
CMYK
RGB Variations
Color information
#09AFBC (or 0x09AFBC) is known color: Iris Blue. HEX triplet: 09, AF and BC. RGB value is (9,175,188). Sum of RGB (Red+Green+Blue) = 9+175+188=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #09AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFBC is #F65043. Grayscale: #7E7E7E. Windows color (decimal): -16142404 or 12365577. OLE color: 12365577.
HSL color Cylindrical-coordinate representation of color #09AFBC: hue angle of 184.36º 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 #09AFBC is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 175 | 188 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.26 |
| HSL | 184.36º | 0.91% | 0.39% | - |
| HSV(B) | 184.36º | 0.95% | 0.74% | - |
| XYZ | 24.52 | 34.35 | 52.91 | - |
| YUV | 126.85 | 162.5 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 188 | 0.95 | 0.07 | 0 | 0.26 | 184.36 | 0.91 | 0.39 |
| Hex | 9 | AF | BC | 5F | 7 | 0 | 1A | B8 | 5B | 27 |
| Octal | 11 | 257 | 274 | 137 | 7 | 0 | 32 | 270 | 133 | 47 |
| Binary | 1001 | 10101111 | 10111100 | 1011111 | 111 | 0 | 11010 | 10111000 | 1011011 | 100111 |
Color Harmonies of #09AFBC
Complementary color
Monochromatic Colors of #09AFBC
Black with #09AFBC
Text Example
Text Example
White with #09AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFBC; }
p { color: rgb(9,175,188); }
H1.HeaderClassName
{
color: #09AFBC;
}
.AnyTagClassName
{
color: #09AFBC;
}
</style>
background-color css
<style>
a { background-color: #09AFBC; }
a { background-color: rgb(9,175,188); }
div.DivClassName
{
background-color: #09AFBC;
}
.BgClassName
{
background-color: #09AFBC;
}
</style>
border-color css
<style>
span { border-color: #09AFBC; }
span { border-color: rgb(9,175,188); }
td.TdClassName
{
border-color: #09AFBC;
}
.TagClassName
{
border-color: #09AFBC;
}
</style>