Shades of Iris Blue #09BECE
Tints of Iris Blue #09BECE
RGB
CMYK
RGB Variations
Color information
#09BECE (or 0x09BECE) is known color: Iris Blue. HEX triplet: 09, BE and CE. RGB value is (9,190,206). Sum of RGB (Red+Green+Blue) = 9+190+206=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #09BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BECE is #F64131. Grayscale: #898989. Windows color (decimal): -16138546 or 13549065. OLE color: 13549065.
HSL color Cylindrical-coordinate representation of color #09BECE: hue angle of 184.87º 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 #09BECE is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 190 | 206 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.19 |
| HSL | 184.87º | 0.92% | 0.42% | - |
| HSV(B) | 184.87º | 0.96% | 0.81% | - |
| XYZ | 29.67 | 41.34 | 64.81 | - |
| YUV | 137.71 | 166.53 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 206 | 0.96 | 0.08 | 0 | 0.19 | 184.87 | 0.92 | 0.42 |
| Hex | 9 | BE | CE | 60 | 8 | 0 | 13 | B9 | 5C | 2A |
| Octal | 11 | 276 | 316 | 140 | 10 | 0 | 23 | 271 | 134 | 52 |
| Binary | 1001 | 10111110 | 11001110 | 1100000 | 1000 | 0 | 10011 | 10111001 | 1011100 | 101010 |
Color Harmonies of #09BECE
Complementary color
Monochromatic Colors of #09BECE
Black with #09BECE
Text Example
Text Example
White with #09BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BECE; }
p { color: rgb(9,190,206); }
H1.HeaderClassName
{
color: #09BECE;
}
.AnyTagClassName
{
color: #09BECE;
}
</style>
background-color css
<style>
a { background-color: #09BECE; }
a { background-color: rgb(9,190,206); }
div.DivClassName
{
background-color: #09BECE;
}
.BgClassName
{
background-color: #09BECE;
}
</style>
border-color css
<style>
span { border-color: #09BECE; }
span { border-color: rgb(9,190,206); }
td.TdClassName
{
border-color: #09BECE;
}
.TagClassName
{
border-color: #09BECE;
}
</style>