Shades of Iris Blue #09BDC9
Tints of Iris Blue #09BDC9
RGB
CMYK
RGB Variations
Color information
#09BDC9 (or 0x09BDC9) is known color: Iris Blue. HEX triplet: 09, BD and C9. RGB value is (9,189,201). Sum of RGB (Red+Green+Blue) = 9+189+201=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #09BDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDC9 is #F64236. Grayscale: #888888. Windows color (decimal): -16138807 or 13221129. OLE color: 13221129.
HSL color Cylindrical-coordinate representation of color #09BDC9: hue angle of 183.75º 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 #09BDC9 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 189 | 201 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.21 |
| HSL | 183.75º | 0.91% | 0.41% | - |
| HSV(B) | 183.75º | 0.96% | 0.79% | - |
| XYZ | 28.85 | 40.67 | 61.59 | - |
| YUV | 136.55 | 164.37 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 201 | 0.96 | 0.06 | 0 | 0.21 | 183.75 | 0.91 | 0.41 |
| Hex | 9 | BD | C9 | 60 | 6 | 0 | 15 | B8 | 5B | 29 |
| Octal | 11 | 275 | 311 | 140 | 6 | 0 | 25 | 270 | 133 | 51 |
| Binary | 1001 | 10111101 | 11001001 | 1100000 | 110 | 0 | 10101 | 10111000 | 1011011 | 101001 |
Color Harmonies of #09BDC9
Complementary color
Monochromatic Colors of #09BDC9
Black with #09BDC9
Text Example
Text Example
White with #09BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDC9; }
p { color: rgb(9,189,201); }
H1.HeaderClassName
{
color: #09BDC9;
}
.AnyTagClassName
{
color: #09BDC9;
}
</style>
background-color css
<style>
a { background-color: #09BDC9; }
a { background-color: rgb(9,189,201); }
div.DivClassName
{
background-color: #09BDC9;
}
.BgClassName
{
background-color: #09BDC9;
}
</style>
border-color css
<style>
span { border-color: #09BDC9; }
span { border-color: rgb(9,189,201); }
td.TdClassName
{
border-color: #09BDC9;
}
.TagClassName
{
border-color: #09BDC9;
}
</style>