Shades of Iris Blue #09B5E0
Tints of Iris Blue #09B5E0
RGB
CMYK
RGB Variations
Color information
#09B5E0 (or 0x09B5E0) is known color: Iris Blue. HEX triplet: 09, B5 and E0. RGB value is (9,181,224). Sum of RGB (Red+Green+Blue) = 9+181+224=414 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #09B5E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5E0 is #F64A1F. Grayscale: #868686. Windows color (decimal): -16140832 or 14726409. OLE color: 14726409.
HSL color Cylindrical-coordinate representation of color #09B5E0: hue angle of 192º 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 #09B5E0 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 181 | 224 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.12 |
| HSL | 192º | 0.92% | 0.46% | - |
| HSV(B) | 192º | 0.96% | 0.88% | - |
| XYZ | 30.09 | 38.49 | 76.36 | - |
| YUV | 134.47 | 178.52 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 224 | 0.96 | 0.19 | 0 | 0.12 | 192 | 0.92 | 0.46 |
| Hex | 9 | B5 | E0 | 60 | 13 | 0 | C | C0 | 5C | 2E |
| Octal | 11 | 265 | 340 | 140 | 23 | 0 | 14 | 300 | 134 | 56 |
| Binary | 1001 | 10110101 | 11100000 | 1100000 | 10011 | 0 | 1100 | 11000000 | 1011100 | 101110 |
Color Harmonies of #09B5E0
Complementary color
Monochromatic Colors of #09B5E0
Black with #09B5E0
Text Example
Text Example
White with #09B5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B5E0; }
p { color: rgb(9,181,224); }
H1.HeaderClassName
{
color: #09B5E0;
}
.AnyTagClassName
{
color: #09B5E0;
}
</style>
background-color css
<style>
a { background-color: #09B5E0; }
a { background-color: rgb(9,181,224); }
div.DivClassName
{
background-color: #09B5E0;
}
.BgClassName
{
background-color: #09B5E0;
}
</style>
border-color css
<style>
span { border-color: #09B5E0; }
span { border-color: rgb(9,181,224); }
td.TdClassName
{
border-color: #09B5E0;
}
.TagClassName
{
border-color: #09B5E0;
}
</style>