Shades of Iris Blue #09B7CC
Tints of Iris Blue #09B7CC
RGB
CMYK
RGB Variations
Color information
#09B7CC (or 0x09B7CC) is known color: Iris Blue. HEX triplet: 09, B7 and CC. RGB value is (9,183,204). Sum of RGB (Red+Green+Blue) = 9+183+204=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #09B7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B7CC is #F64833. Grayscale: #858585. Windows color (decimal): -16140340 or 13416201. OLE color: 13416201.
HSL color Cylindrical-coordinate representation of color #09B7CC: hue angle of 186.46º 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 #09B7CC is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 183 | 204 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.2 |
| HSL | 186.46º | 0.92% | 0.42% | - |
| HSV(B) | 186.46º | 0.96% | 0.8% | - |
| XYZ | 27.95 | 38.28 | 63.04 | - |
| YUV | 133.37 | 167.85 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 204 | 0.96 | 0.10 | 0 | 0.2 | 186.46 | 0.92 | 0.42 |
| Hex | 9 | B7 | CC | 60 | A | 0 | 14 | BA | 5C | 2A |
| Octal | 11 | 267 | 314 | 140 | 12 | 0 | 24 | 272 | 134 | 52 |
| Binary | 1001 | 10110111 | 11001100 | 1100000 | 1010 | 0 | 10100 | 10111010 | 1011100 | 101010 |
Color Harmonies of #09B7CC
Complementary color
Monochromatic Colors of #09B7CC
Black with #09B7CC
Text Example
Text Example
White with #09B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B7CC; }
p { color: rgb(9,183,204); }
H1.HeaderClassName
{
color: #09B7CC;
}
.AnyTagClassName
{
color: #09B7CC;
}
</style>
background-color css
<style>
a { background-color: #09B7CC; }
a { background-color: rgb(9,183,204); }
div.DivClassName
{
background-color: #09B7CC;
}
.BgClassName
{
background-color: #09B7CC;
}
</style>
border-color css
<style>
span { border-color: #09B7CC; }
span { border-color: rgb(9,183,204); }
td.TdClassName
{
border-color: #09B7CC;
}
.TagClassName
{
border-color: #09B7CC;
}
</style>