Shades of Iris Blue #09B7DC
Tints of Iris Blue #09B7DC
RGB
CMYK
RGB Variations
Color information
#09B7DC (or 0x09B7DC) is known color: Iris Blue. HEX triplet: 09, B7 and DC. RGB value is (9,183,220). Sum of RGB (Red+Green+Blue) = 9+183+220=412 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #09B7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B7DC is #F64823. Grayscale: #868686. Windows color (decimal): -16140324 or 14464777. OLE color: 14464777.
HSL color Cylindrical-coordinate representation of color #09B7DC: hue angle of 190.52º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B7DC is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 183 | 220 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.14 |
| HSL | 190.52º | 0.92% | 0.45% | - |
| HSV(B) | 190.52º | 0.96% | 0.86% | - |
| XYZ | 29.96 | 39.09 | 73.68 | - |
| YUV | 135.19 | 175.85 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 220 | 0.96 | 0.17 | 0 | 0.14 | 190.52 | 0.92 | 0.45 |
| Hex | 9 | B7 | DC | 60 | 11 | 0 | E | BF | 5C | 2D |
| Octal | 11 | 267 | 334 | 140 | 21 | 0 | 16 | 277 | 134 | 55 |
| Binary | 1001 | 10110111 | 11011100 | 1100000 | 10001 | 0 | 1110 | 10111111 | 1011100 | 101101 |
Color Harmonies of #09B7DC
Complementary color
Monochromatic Colors of #09B7DC
Black with #09B7DC
Text Example
Text Example
White with #09B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B7DC; }
p { color: rgb(9,183,220); }
H1.HeaderClassName
{
color: #09B7DC;
}
.AnyTagClassName
{
color: #09B7DC;
}
</style>
background-color css
<style>
a { background-color: #09B7DC; }
a { background-color: rgb(9,183,220); }
div.DivClassName
{
background-color: #09B7DC;
}
.BgClassName
{
background-color: #09B7DC;
}
</style>
border-color css
<style>
span { border-color: #09B7DC; }
span { border-color: rgb(9,183,220); }
td.TdClassName
{
border-color: #09B7DC;
}
.TagClassName
{
border-color: #09B7DC;
}
</style>