Shades of Iris Blue #09ADBE
Tints of Iris Blue #09ADBE
RGB
CMYK
RGB Variations
Color information
#09ADBE (or 0x09ADBE) is known color: Iris Blue. HEX triplet: 09, AD and BE. RGB value is (9,173,190). Sum of RGB (Red+Green+Blue) = 9+173+190=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #09ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADBE is #F65241. Grayscale: #7D7D7D. Windows color (decimal): -16142914 or 12496137. OLE color: 12496137.
HSL color Cylindrical-coordinate representation of color #09ADBE: hue angle of 185.64º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADBE is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 173 | 190 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.25 |
| HSL | 185.64º | 0.91% | 0.39% | - |
| HSV(B) | 185.64º | 0.95% | 0.75% | - |
| XYZ | 24.35 | 33.66 | 53.93 | - |
| YUV | 125.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 190 | 0.95 | 0.09 | 0 | 0.25 | 185.64 | 0.91 | 0.39 |
| Hex | 9 | AD | BE | 5F | 9 | 0 | 19 | BA | 5B | 27 |
| Octal | 11 | 255 | 276 | 137 | 11 | 0 | 31 | 272 | 133 | 47 |
| Binary | 1001 | 10101101 | 10111110 | 1011111 | 1001 | 0 | 11001 | 10111010 | 1011011 | 100111 |
Color Harmonies of #09ADBE
Complementary color
Monochromatic Colors of #09ADBE
Black with #09ADBE
Text Example
Text Example
White with #09ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADBE; }
p { color: rgb(9,173,190); }
H1.HeaderClassName
{
color: #09ADBE;
}
.AnyTagClassName
{
color: #09ADBE;
}
</style>
background-color css
<style>
a { background-color: #09ADBE; }
a { background-color: rgb(9,173,190); }
div.DivClassName
{
background-color: #09ADBE;
}
.BgClassName
{
background-color: #09ADBE;
}
</style>
border-color css
<style>
span { border-color: #09ADBE; }
span { border-color: rgb(9,173,190); }
td.TdClassName
{
border-color: #09ADBE;
}
.TagClassName
{
border-color: #09ADBE;
}
</style>