Shades of Iris Blue #09BFCD
Tints of Iris Blue #09BFCD
RGB
CMYK
RGB Variations
Color information
#09BFCD (or 0x09BFCD) is known color: Iris Blue. HEX triplet: 09, BF and CD. RGB value is (9,191,205). Sum of RGB (Red+Green+Blue) = 9+191+205=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #09BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BFCD is #F64032. Grayscale: #898989. Windows color (decimal): -16138291 or 13483785. OLE color: 13483785.
HSL color Cylindrical-coordinate representation of color #09BFCD: hue angle of 184.29º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFCD is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 191 | 205 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.20 |
| HSL | 184.29º | 0.92% | 0.42% | - |
| HSV(B) | 184.29º | 0.96% | 0.8% | - |
| XYZ | 29.76 | 41.73 | 64.24 | - |
| YUV | 138.18 | 165.7 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 205 | 0.96 | 0.07 | 0 | 0.20 | 184.29 | 0.92 | 0.42 |
| Hex | 9 | BF | CD | 60 | 7 | 0 | 14 | B8 | 5C | 2A |
| Octal | 11 | 277 | 315 | 140 | 7 | 0 | 24 | 270 | 134 | 52 |
| Binary | 1001 | 10111111 | 11001101 | 1100000 | 111 | 0 | 10100 | 10111000 | 1011100 | 101010 |
Color Harmonies of #09BFCD
Complementary color
Monochromatic Colors of #09BFCD
Black with #09BFCD
Text Example
Text Example
White with #09BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFCD; }
p { color: rgb(9,191,205); }
H1.HeaderClassName
{
color: #09BFCD;
}
.AnyTagClassName
{
color: #09BFCD;
}
</style>
background-color css
<style>
a { background-color: #09BFCD; }
a { background-color: rgb(9,191,205); }
div.DivClassName
{
background-color: #09BFCD;
}
.BgClassName
{
background-color: #09BFCD;
}
</style>
border-color css
<style>
span { border-color: #09BFCD; }
span { border-color: rgb(9,191,205); }
td.TdClassName
{
border-color: #09BFCD;
}
.TagClassName
{
border-color: #09BFCD;
}
</style>