Shades of Iris Blue #09B7CB
Tints of Iris Blue #09B7CB
RGB
CMYK
RGB Variations
Color information
#09B7CB (or 0x09B7CB) is known color: Iris Blue. HEX triplet: 09, B7 and CB. RGB value is (9,183,203). Sum of RGB (Red+Green+Blue) = 9+183+203=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #09B7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B7CB is #F64834. Grayscale: #858585. Windows color (decimal): -16140341 or 13350665. OLE color: 13350665.
HSL color Cylindrical-coordinate representation of color #09B7CB: hue angle of 186.19º 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 #09B7CB is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 183 | 203 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.20 |
| HSL | 186.19º | 0.92% | 0.42% | - |
| HSV(B) | 186.19º | 0.96% | 0.8% | - |
| XYZ | 27.83 | 38.24 | 62.41 | - |
| YUV | 133.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 203 | 0.96 | 0.10 | 0 | 0.20 | 186.19 | 0.92 | 0.42 |
| Hex | 9 | B7 | CB | 60 | A | 0 | 14 | BA | 5C | 2A |
| Octal | 11 | 267 | 313 | 140 | 12 | 0 | 24 | 272 | 134 | 52 |
| Binary | 1001 | 10110111 | 11001011 | 1100000 | 1010 | 0 | 10100 | 10111010 | 1011100 | 101010 |
Color Harmonies of #09B7CB
Complementary color
Monochromatic Colors of #09B7CB
Black with #09B7CB
Text Example
Text Example
White with #09B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B7CB; }
p { color: rgb(9,183,203); }
H1.HeaderClassName
{
color: #09B7CB;
}
.AnyTagClassName
{
color: #09B7CB;
}
</style>
background-color css
<style>
a { background-color: #09B7CB; }
a { background-color: rgb(9,183,203); }
div.DivClassName
{
background-color: #09B7CB;
}
.BgClassName
{
background-color: #09B7CB;
}
</style>
border-color css
<style>
span { border-color: #09B7CB; }
span { border-color: rgb(9,183,203); }
td.TdClassName
{
border-color: #09B7CB;
}
.TagClassName
{
border-color: #09B7CB;
}
</style>