Shades of Iris Blue #09ABE5
Tints of Iris Blue #09ABE5
RGB
CMYK
RGB Variations
Color information
#09ABE5 (or 0x09ABE5) is known color: Iris Blue. HEX triplet: 09, AB and E5. RGB value is (9,171,229). Sum of RGB (Red+Green+Blue) = 9+171+229=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #09ABE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABE5 is #F6541A. Grayscale: #808080. Windows color (decimal): -16143387 or 15051529. OLE color: 15051529.
HSL color Cylindrical-coordinate representation of color #09ABE5: hue angle of 195.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ABE5 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 171 | 229 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.10 |
| HSL | 195.82º | 0.92% | 0.47% | - |
| HSV(B) | 195.82º | 0.96% | 0.9% | - |
| XYZ | 28.82 | 34.84 | 79.33 | - |
| YUV | 129.17 | 184.33 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 229 | 0.96 | 0.25 | 0 | 0.10 | 195.82 | 0.92 | 0.47 |
| Hex | 9 | AB | E5 | 60 | 19 | 0 | A | C4 | 5C | 2F |
| Octal | 11 | 253 | 345 | 140 | 31 | 0 | 12 | 304 | 134 | 57 |
| Binary | 1001 | 10101011 | 11100101 | 1100000 | 11001 | 0 | 1010 | 11000100 | 1011100 | 101111 |
Color Harmonies of #09ABE5
Complementary color
Monochromatic Colors of #09ABE5
Black with #09ABE5
Text Example
Text Example
White with #09ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABE5; }
p { color: rgb(9,171,229); }
H1.HeaderClassName
{
color: #09ABE5;
}
.AnyTagClassName
{
color: #09ABE5;
}
</style>
background-color css
<style>
a { background-color: #09ABE5; }
a { background-color: rgb(9,171,229); }
div.DivClassName
{
background-color: #09ABE5;
}
.BgClassName
{
background-color: #09ABE5;
}
</style>
border-color css
<style>
span { border-color: #09ABE5; }
span { border-color: rgb(9,171,229); }
td.TdClassName
{
border-color: #09ABE5;
}
.TagClassName
{
border-color: #09ABE5;
}
</style>