Shades of Iris Blue #09BECB
Tints of Iris Blue #09BECB
RGB
CMYK
RGB Variations
Color information
#09BECB (or 0x09BECB) is known color: Iris Blue. HEX triplet: 09, BE and CB. RGB value is (9,190,203). Sum of RGB (Red+Green+Blue) = 9+190+203=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #09BECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BECB is #F64134. Grayscale: #898989. Windows color (decimal): -16138549 or 13352457. OLE color: 13352457.
HSL color Cylindrical-coordinate representation of color #09BECB: hue angle of 184.02º 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 #09BECB is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 190 | 203 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.20 |
| HSL | 184.02º | 0.92% | 0.42% | - |
| HSV(B) | 184.02º | 0.96% | 0.8% | - |
| XYZ | 29.31 | 41.2 | 62.91 | - |
| YUV | 137.36 | 165.03 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 203 | 0.96 | 0.06 | 0 | 0.20 | 184.02 | 0.92 | 0.42 |
| Hex | 9 | BE | CB | 60 | 6 | 0 | 14 | B8 | 5C | 2A |
| Octal | 11 | 276 | 313 | 140 | 6 | 0 | 24 | 270 | 134 | 52 |
| Binary | 1001 | 10111110 | 11001011 | 1100000 | 110 | 0 | 10100 | 10111000 | 1011100 | 101010 |
Color Harmonies of #09BECB
Complementary color
Monochromatic Colors of #09BECB
Black with #09BECB
Text Example
Text Example
White with #09BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BECB; }
p { color: rgb(9,190,203); }
H1.HeaderClassName
{
color: #09BECB;
}
.AnyTagClassName
{
color: #09BECB;
}
</style>
background-color css
<style>
a { background-color: #09BECB; }
a { background-color: rgb(9,190,203); }
div.DivClassName
{
background-color: #09BECB;
}
.BgClassName
{
background-color: #09BECB;
}
</style>
border-color css
<style>
span { border-color: #09BECB; }
span { border-color: rgb(9,190,203); }
td.TdClassName
{
border-color: #09BECB;
}
.TagClassName
{
border-color: #09BECB;
}
</style>