Shades of Iris Blue #09A7E0
Tints of Iris Blue #09A7E0
RGB
CMYK
RGB Variations
Color information
#09A7E0 (or 0x09A7E0) is known color: Iris Blue. HEX triplet: 09, A7 and E0. RGB value is (9,167,224). Sum of RGB (Red+Green+Blue) = 9+167+224=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #09A7E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A7E0 is #F6581F. Grayscale: #7D7D7D. Windows color (decimal): -16144416 or 14722825. OLE color: 14722825.
HSL color Cylindrical-coordinate representation of color #09A7E0: hue angle of 195.91º 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 #09A7E0 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 167 | 224 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.12 |
| HSL | 195.91º | 0.92% | 0.46% | - |
| HSV(B) | 195.91º | 0.96% | 0.88% | - |
| XYZ | 27.39 | 33.08 | 75.46 | - |
| YUV | 126.26 | 183.15 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 167 | 224 | 0.96 | 0.25 | 0 | 0.12 | 195.91 | 0.92 | 0.46 |
| Hex | 9 | A7 | E0 | 60 | 19 | 0 | C | C4 | 5C | 2E |
| Octal | 11 | 247 | 340 | 140 | 31 | 0 | 14 | 304 | 134 | 56 |
| Binary | 1001 | 10100111 | 11100000 | 1100000 | 11001 | 0 | 1100 | 11000100 | 1011100 | 101110 |
Color Harmonies of #09A7E0
Complementary color
Monochromatic Colors of #09A7E0
Black with #09A7E0
Text Example
Text Example
White with #09A7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A7E0; }
p { color: rgb(9,167,224); }
H1.HeaderClassName
{
color: #09A7E0;
}
.AnyTagClassName
{
color: #09A7E0;
}
</style>
background-color css
<style>
a { background-color: #09A7E0; }
a { background-color: rgb(9,167,224); }
div.DivClassName
{
background-color: #09A7E0;
}
.BgClassName
{
background-color: #09A7E0;
}
</style>
border-color css
<style>
span { border-color: #09A7E0; }
span { border-color: rgb(9,167,224); }
td.TdClassName
{
border-color: #09A7E0;
}
.TagClassName
{
border-color: #09A7E0;
}
</style>