Shades of Iris Blue #09B7E0
Tints of Iris Blue #09B7E0
RGB
CMYK
RGB Variations
Color information
#09B7E0 (or 0x09B7E0) is known color: Iris Blue. HEX triplet: 09, B7 and E0. RGB value is (9,183,224). Sum of RGB (Red+Green+Blue) = 9+183+224=416 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #09B7E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B7E0 is #F6481F. Grayscale: #878787. Windows color (decimal): -16140320 or 14726921. OLE color: 14726921.
HSL color Cylindrical-coordinate representation of color #09B7E0: hue angle of 191.44º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B7E0 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 183 | 224 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.12 |
| HSL | 191.44º | 0.92% | 0.46% | - |
| HSV(B) | 191.44º | 0.96% | 0.88% | - |
| XYZ | 30.5 | 39.31 | 76.5 | - |
| YUV | 135.65 | 177.85 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 224 | 0.96 | 0.18 | 0 | 0.12 | 191.44 | 0.92 | 0.46 |
| Hex | 9 | B7 | E0 | 60 | 12 | 0 | C | BF | 5C | 2E |
| Octal | 11 | 267 | 340 | 140 | 22 | 0 | 14 | 277 | 134 | 56 |
| Binary | 1001 | 10110111 | 11100000 | 1100000 | 10010 | 0 | 1100 | 10111111 | 1011100 | 101110 |
Color Harmonies of #09B7E0
Complementary color
Monochromatic Colors of #09B7E0
Black with #09B7E0
Text Example
Text Example
White with #09B7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B7E0; }
p { color: rgb(9,183,224); }
H1.HeaderClassName
{
color: #09B7E0;
}
.AnyTagClassName
{
color: #09B7E0;
}
</style>
background-color css
<style>
a { background-color: #09B7E0; }
a { background-color: rgb(9,183,224); }
div.DivClassName
{
background-color: #09B7E0;
}
.BgClassName
{
background-color: #09B7E0;
}
</style>
border-color css
<style>
span { border-color: #09B7E0; }
span { border-color: rgb(9,183,224); }
td.TdClassName
{
border-color: #09B7E0;
}
.TagClassName
{
border-color: #09B7E0;
}
</style>