Shades of Iris Blue #0AB1E1
Tints of Iris Blue #0AB1E1
RGB
CMYK
RGB Variations
Color information
#0AB1E1 (or 0x0AB1E1) is known color: Iris Blue. HEX triplet: 0A, B1 and E1. RGB value is (10,177,225). Sum of RGB (Red+Green+Blue) = 10+177+225=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #0AB1E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1E1 is #F54E1E. Grayscale: #848484. Windows color (decimal): -16076319 or 14790922. OLE color: 14790922.
HSL color Cylindrical-coordinate representation of color #0AB1E1: hue angle of 193.4º degrees, saturation: 0.91, 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 #0AB1E1 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 177 | 225 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.12 |
| HSL | 193.4º | 0.91% | 0.46% | - |
| HSV(B) | 193.4º | 0.96% | 0.88% | - |
| XYZ | 29.44 | 36.95 | 76.81 | - |
| YUV | 132.54 | 180.17 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 177 | 225 | 0.96 | 0.21 | 0 | 0.12 | 193.4 | 0.91 | 0.46 |
| Hex | A | B1 | E1 | 60 | 15 | 0 | C | C1 | 5B | 2E |
| Octal | 12 | 261 | 341 | 140 | 25 | 0 | 14 | 301 | 133 | 56 |
| Binary | 1010 | 10110001 | 11100001 | 1100000 | 10101 | 0 | 1100 | 11000001 | 1011011 | 101110 |
Color Harmonies of #0AB1E1
Complementary color
Monochromatic Colors of #0AB1E1
Black with #0AB1E1
Text Example
Text Example
White with #0AB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB1E1; }
p { color: rgb(10,177,225); }
H1.HeaderClassName
{
color: #0AB1E1;
}
.AnyTagClassName
{
color: #0AB1E1;
}
</style>
background-color css
<style>
a { background-color: #0AB1E1; }
a { background-color: rgb(10,177,225); }
div.DivClassName
{
background-color: #0AB1E1;
}
.BgClassName
{
background-color: #0AB1E1;
}
</style>
border-color css
<style>
span { border-color: #0AB1E1; }
span { border-color: rgb(10,177,225); }
td.TdClassName
{
border-color: #0AB1E1;
}
.TagClassName
{
border-color: #0AB1E1;
}
</style>