Shades of Iris Blue #09AED4
Tints of Iris Blue #09AED4
RGB
CMYK
RGB Variations
Color information
#09AED4 (or 0x09AED4) is known color: Iris Blue. HEX triplet: 09, AE and D4. RGB value is (9,174,212). Sum of RGB (Red+Green+Blue) = 9+174+212=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #09AED4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AED4 is #F6512B. Grayscale: #808080. Windows color (decimal): -16142636 or 13938185. OLE color: 13938185.
HSL color Cylindrical-coordinate representation of color #09AED4: hue angle of 191.23º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AED4 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 174 | 212 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.17 |
| HSL | 191.23º | 0.92% | 0.43% | - |
| HSV(B) | 191.23º | 0.96% | 0.83% | - |
| XYZ | 27.13 | 35.08 | 67.63 | - |
| YUV | 129 | 174.84 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 212 | 0.96 | 0.18 | 0 | 0.17 | 191.23 | 0.92 | 0.43 |
| Hex | 9 | AE | D4 | 60 | 12 | 0 | 11 | BF | 5C | 2B |
| Octal | 11 | 256 | 324 | 140 | 22 | 0 | 21 | 277 | 134 | 53 |
| Binary | 1001 | 10101110 | 11010100 | 1100000 | 10010 | 0 | 10001 | 10111111 | 1011100 | 101011 |
Color Harmonies of #09AED4
Complementary color
Monochromatic Colors of #09AED4
Black with #09AED4
Text Example
Text Example
White with #09AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AED4; }
p { color: rgb(9,174,212); }
H1.HeaderClassName
{
color: #09AED4;
}
.AnyTagClassName
{
color: #09AED4;
}
</style>
background-color css
<style>
a { background-color: #09AED4; }
a { background-color: rgb(9,174,212); }
div.DivClassName
{
background-color: #09AED4;
}
.BgClassName
{
background-color: #09AED4;
}
</style>
border-color css
<style>
span { border-color: #09AED4; }
span { border-color: rgb(9,174,212); }
td.TdClassName
{
border-color: #09AED4;
}
.TagClassName
{
border-color: #09AED4;
}
</style>