Shades of Iris Blue #09BECC
Tints of Iris Blue #09BECC
RGB
CMYK
RGB Variations
Color information
#09BECC (or 0x09BECC) is known color: Iris Blue. HEX triplet: 09, BE and CC. RGB value is (9,190,204). Sum of RGB (Red+Green+Blue) = 9+190+204=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #09BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BECC is #F64133. Grayscale: #898989. Windows color (decimal): -16138548 or 13417993. OLE color: 13417993.
HSL color Cylindrical-coordinate representation of color #09BECC: hue angle of 184.31º 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 #09BECC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 190 | 204 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.2 |
| HSL | 184.31º | 0.92% | 0.42% | - |
| HSV(B) | 184.31º | 0.96% | 0.8% | - |
| XYZ | 29.43 | 41.24 | 63.54 | - |
| YUV | 137.48 | 165.53 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 204 | 0.96 | 0.07 | 0 | 0.2 | 184.31 | 0.92 | 0.42 |
| Hex | 9 | BE | CC | 60 | 7 | 0 | 14 | B8 | 5C | 2A |
| Octal | 11 | 276 | 314 | 140 | 7 | 0 | 24 | 270 | 134 | 52 |
| Binary | 1001 | 10111110 | 11001100 | 1100000 | 111 | 0 | 10100 | 10111000 | 1011100 | 101010 |
Color Harmonies of #09BECC
Complementary color
Monochromatic Colors of #09BECC
Black with #09BECC
Text Example
Text Example
White with #09BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BECC; }
p { color: rgb(9,190,204); }
H1.HeaderClassName
{
color: #09BECC;
}
.AnyTagClassName
{
color: #09BECC;
}
</style>
background-color css
<style>
a { background-color: #09BECC; }
a { background-color: rgb(9,190,204); }
div.DivClassName
{
background-color: #09BECC;
}
.BgClassName
{
background-color: #09BECC;
}
</style>
border-color css
<style>
span { border-color: #09BECC; }
span { border-color: rgb(9,190,204); }
td.TdClassName
{
border-color: #09BECC;
}
.TagClassName
{
border-color: #09BECC;
}
</style>