Shades of Iris Blue #09BACA
Tints of Iris Blue #09BACA
RGB
CMYK
RGB Variations
Color information
#09BACA (or 0x09BACA) is known color: Iris Blue. HEX triplet: 09, BA and CA. RGB value is (9,186,202). Sum of RGB (Red+Green+Blue) = 9+186+202=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #09BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BACA is #F64535. Grayscale: #868686. Windows color (decimal): -16139574 or 13285897. OLE color: 13285897.
HSL color Cylindrical-coordinate representation of color #09BACA: hue angle of 184.97º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BACA is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 186 | 202 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.21 |
| HSL | 184.97º | 0.91% | 0.41% | - |
| HSV(B) | 184.97º | 0.96% | 0.79% | - |
| XYZ | 28.33 | 39.44 | 62 | - |
| YUV | 134.9 | 165.86 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 202 | 0.96 | 0.08 | 0 | 0.21 | 184.97 | 0.91 | 0.41 |
| Hex | 9 | BA | CA | 60 | 8 | 0 | 15 | B9 | 5B | 29 |
| Octal | 11 | 272 | 312 | 140 | 10 | 0 | 25 | 271 | 133 | 51 |
| Binary | 1001 | 10111010 | 11001010 | 1100000 | 1000 | 0 | 10101 | 10111001 | 1011011 | 101001 |
Color Harmonies of #09BACA
Complementary color
Monochromatic Colors of #09BACA
Black with #09BACA
Text Example
Text Example
White with #09BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BACA; }
p { color: rgb(9,186,202); }
H1.HeaderClassName
{
color: #09BACA;
}
.AnyTagClassName
{
color: #09BACA;
}
</style>
background-color css
<style>
a { background-color: #09BACA; }
a { background-color: rgb(9,186,202); }
div.DivClassName
{
background-color: #09BACA;
}
.BgClassName
{
background-color: #09BACA;
}
</style>
border-color css
<style>
span { border-color: #09BACA; }
span { border-color: rgb(9,186,202); }
td.TdClassName
{
border-color: #09BACA;
}
.TagClassName
{
border-color: #09BACA;
}
</style>