Shades of Iris Blue #09BEC0
Tints of Iris Blue #09BEC0
RGB
CMYK
RGB Variations
Color information
#09BEC0 (or 0x09BEC0) is known color: Iris Blue. HEX triplet: 09, BE and C0. RGB value is (9,190,192). Sum of RGB (Red+Green+Blue) = 9+190+192=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #09BEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BEC0 is #F6413F. Grayscale: #878787. Windows color (decimal): -16138560 or 12631561. OLE color: 12631561.
HSL color Cylindrical-coordinate representation of color #09BEC0: hue angle of 180.66º 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 #09BEC0 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 190 | 192 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.25 |
| HSL | 180.66º | 0.91% | 0.39% | - |
| HSV(B) | 180.66º | 0.95% | 0.75% | - |
| XYZ | 28.04 | 40.69 | 56.25 | - |
| YUV | 136.11 | 159.53 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 192 | 0.95 | 0.01 | 0 | 0.25 | 180.66 | 0.91 | 0.39 |
| Hex | 9 | BE | C0 | 5F | 1 | 0 | 19 | B5 | 5B | 27 |
| Octal | 11 | 276 | 300 | 137 | 1 | 0 | 31 | 265 | 133 | 47 |
| Binary | 1001 | 10111110 | 11000000 | 1011111 | 1 | 0 | 11001 | 10110101 | 1011011 | 100111 |
Color Harmonies of #09BEC0
Complementary color
Monochromatic Colors of #09BEC0
Black with #09BEC0
Text Example
Text Example
White with #09BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEC0; }
p { color: rgb(9,190,192); }
H1.HeaderClassName
{
color: #09BEC0;
}
.AnyTagClassName
{
color: #09BEC0;
}
</style>
background-color css
<style>
a { background-color: #09BEC0; }
a { background-color: rgb(9,190,192); }
div.DivClassName
{
background-color: #09BEC0;
}
.BgClassName
{
background-color: #09BEC0;
}
</style>
border-color css
<style>
span { border-color: #09BEC0; }
span { border-color: rgb(9,190,192); }
td.TdClassName
{
border-color: #09BEC0;
}
.TagClassName
{
border-color: #09BEC0;
}
</style>