Shades of Iris Blue #09AFB8
Tints of Iris Blue #09AFB8
RGB
CMYK
RGB Variations
Color information
#09AFB8 (or 0x09AFB8) is known color: Iris Blue. HEX triplet: 09, AF and B8. RGB value is (9,175,184). Sum of RGB (Red+Green+Blue) = 9+175+184=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #09AFB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFB8 is #F65047. Grayscale: #7E7E7E. Windows color (decimal): -16142408 or 12103433. OLE color: 12103433.
HSL color Cylindrical-coordinate representation of color #09AFB8: hue angle of 183.09º 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 #09AFB8 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 175 | 184 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.28 |
| HSL | 183.09º | 0.91% | 0.38% | - |
| HSV(B) | 183.09º | 0.95% | 0.72% | - |
| XYZ | 24.09 | 34.18 | 50.67 | - |
| YUV | 126.39 | 160.5 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 184 | 0.95 | 0.05 | 0 | 0.28 | 183.09 | 0.91 | 0.38 |
| Hex | 9 | AF | B8 | 5F | 5 | 0 | 1C | B7 | 5B | 26 |
| Octal | 11 | 257 | 270 | 137 | 5 | 0 | 34 | 267 | 133 | 46 |
| Binary | 1001 | 10101111 | 10111000 | 1011111 | 101 | 0 | 11100 | 10110111 | 1011011 | 100110 |
Color Harmonies of #09AFB8
Complementary color
Monochromatic Colors of #09AFB8
Black with #09AFB8
Text Example
Text Example
White with #09AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFB8; }
p { color: rgb(9,175,184); }
H1.HeaderClassName
{
color: #09AFB8;
}
.AnyTagClassName
{
color: #09AFB8;
}
</style>
background-color css
<style>
a { background-color: #09AFB8; }
a { background-color: rgb(9,175,184); }
div.DivClassName
{
background-color: #09AFB8;
}
.BgClassName
{
background-color: #09AFB8;
}
</style>
border-color css
<style>
span { border-color: #09AFB8; }
span { border-color: rgb(9,175,184); }
td.TdClassName
{
border-color: #09AFB8;
}
.TagClassName
{
border-color: #09AFB8;
}
</style>