Shades of Iris Blue #09BAE3
Tints of Iris Blue #09BAE3
RGB
CMYK
RGB Variations
Color information
#09BAE3 (or 0x09BAE3) is known color: Iris Blue. HEX triplet: 09, BA and E3. RGB value is (9,186,227). Sum of RGB (Red+Green+Blue) = 9+186+227=422 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #09BAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BAE3 is #F6451C. Grayscale: #898989. Windows color (decimal): -16139549 or 14924297. OLE color: 14924297.
HSL color Cylindrical-coordinate representation of color #09BAE3: hue angle of 191.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAE3 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 186 | 227 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.11 |
| HSL | 191.28º | 0.92% | 0.46% | - |
| HSV(B) | 191.28º | 0.96% | 0.89% | - |
| XYZ | 31.54 | 40.72 | 78.87 | - |
| YUV | 137.75 | 178.36 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 227 | 0.96 | 0.18 | 0 | 0.11 | 191.28 | 0.92 | 0.46 |
| Hex | 9 | BA | E3 | 60 | 12 | 0 | B | BF | 5C | 2E |
| Octal | 11 | 272 | 343 | 140 | 22 | 0 | 13 | 277 | 134 | 56 |
| Binary | 1001 | 10111010 | 11100011 | 1100000 | 10010 | 0 | 1011 | 10111111 | 1011100 | 101110 |
Color Harmonies of #09BAE3
Complementary color
Monochromatic Colors of #09BAE3
Black with #09BAE3
Text Example
Text Example
White with #09BAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BAE3; }
p { color: rgb(9,186,227); }
H1.HeaderClassName
{
color: #09BAE3;
}
.AnyTagClassName
{
color: #09BAE3;
}
</style>
background-color css
<style>
a { background-color: #09BAE3; }
a { background-color: rgb(9,186,227); }
div.DivClassName
{
background-color: #09BAE3;
}
.BgClassName
{
background-color: #09BAE3;
}
</style>
border-color css
<style>
span { border-color: #09BAE3; }
span { border-color: rgb(9,186,227); }
td.TdClassName
{
border-color: #09BAE3;
}
.TagClassName
{
border-color: #09BAE3;
}
</style>