Shades of Iris Blue #09BFCE
Tints of Iris Blue #09BFCE
RGB
CMYK
RGB Variations
Color information
#09BFCE (or 0x09BFCE) is known color: Iris Blue. HEX triplet: 09, BF and CE. RGB value is (9,191,206). Sum of RGB (Red+Green+Blue) = 9+191+206=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #09BFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BFCE is #F64031. Grayscale: #8A8A8A. Windows color (decimal): -16138290 or 13549321. OLE color: 13549321.
HSL color Cylindrical-coordinate representation of color #09BFCE: hue angle of 184.57º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFCE is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 191 | 206 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.19 |
| HSL | 184.57º | 0.92% | 0.42% | - |
| HSV(B) | 184.57º | 0.96% | 0.81% | - |
| XYZ | 29.88 | 41.78 | 64.88 | - |
| YUV | 138.29 | 166.2 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 206 | 0.96 | 0.07 | 0 | 0.19 | 184.57 | 0.92 | 0.42 |
| Hex | 9 | BF | CE | 60 | 7 | 0 | 13 | B9 | 5C | 2A |
| Octal | 11 | 277 | 316 | 140 | 7 | 0 | 23 | 271 | 134 | 52 |
| Binary | 1001 | 10111111 | 11001110 | 1100000 | 111 | 0 | 10011 | 10111001 | 1011100 | 101010 |
Color Harmonies of #09BFCE
Complementary color
Monochromatic Colors of #09BFCE
Black with #09BFCE
Text Example
Text Example
White with #09BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFCE; }
p { color: rgb(9,191,206); }
H1.HeaderClassName
{
color: #09BFCE;
}
.AnyTagClassName
{
color: #09BFCE;
}
</style>
background-color css
<style>
a { background-color: #09BFCE; }
a { background-color: rgb(9,191,206); }
div.DivClassName
{
background-color: #09BFCE;
}
.BgClassName
{
background-color: #09BFCE;
}
</style>
border-color css
<style>
span { border-color: #09BFCE; }
span { border-color: rgb(9,191,206); }
td.TdClassName
{
border-color: #09BFCE;
}
.TagClassName
{
border-color: #09BFCE;
}
</style>