Shades of Iris Blue #09BAE1
Tints of Iris Blue #09BAE1
RGB
CMYK
RGB Variations
Color information
#09BAE1 (or 0x09BAE1) is known color: Iris Blue. HEX triplet: 09, BA and E1. RGB value is (9,186,225). Sum of RGB (Red+Green+Blue) = 9+186+225=420 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #09BAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BAE1 is #F6451E. Grayscale: #898989. Windows color (decimal): -16139551 or 14793225. OLE color: 14793225.
HSL color Cylindrical-coordinate representation of color #09BAE1: hue angle of 190.83º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAE1 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 186 | 225 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.12 |
| HSL | 190.83º | 0.92% | 0.46% | - |
| HSV(B) | 190.83º | 0.96% | 0.88% | - |
| XYZ | 31.26 | 40.61 | 77.43 | - |
| YUV | 137.52 | 177.36 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 225 | 0.96 | 0.17 | 0 | 0.12 | 190.83 | 0.92 | 0.46 |
| Hex | 9 | BA | E1 | 60 | 11 | 0 | C | BF | 5C | 2E |
| Octal | 11 | 272 | 341 | 140 | 21 | 0 | 14 | 277 | 134 | 56 |
| Binary | 1001 | 10111010 | 11100001 | 1100000 | 10001 | 0 | 1100 | 10111111 | 1011100 | 101110 |
Color Harmonies of #09BAE1
Complementary color
Monochromatic Colors of #09BAE1
Black with #09BAE1
Text Example
Text Example
White with #09BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BAE1; }
p { color: rgb(9,186,225); }
H1.HeaderClassName
{
color: #09BAE1;
}
.AnyTagClassName
{
color: #09BAE1;
}
</style>
background-color css
<style>
a { background-color: #09BAE1; }
a { background-color: rgb(9,186,225); }
div.DivClassName
{
background-color: #09BAE1;
}
.BgClassName
{
background-color: #09BAE1;
}
</style>
border-color css
<style>
span { border-color: #09BAE1; }
span { border-color: rgb(9,186,225); }
td.TdClassName
{
border-color: #09BAE1;
}
.TagClassName
{
border-color: #09BAE1;
}
</style>