Shades of Iris Blue #0ABAE3
Tints of Iris Blue #0ABAE3
RGB
CMYK
RGB Variations
Color information
#0ABAE3 (or 0x0ABAE3) is known color: Iris Blue. HEX triplet: 0A, BA and E3. RGB value is (10,186,227). Sum of RGB (Red+Green+Blue) = 10+186+227=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #0ABAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABAE3 is #F5451C. Grayscale: #898989. Windows color (decimal): -16074013 or 14924298. OLE color: 14924298.
HSL color Cylindrical-coordinate representation of color #0ABAE3: hue angle of 191.34º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABAE3 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 186 | 227 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.11 |
| HSL | 191.34º | 0.92% | 0.46% | - |
| HSV(B) | 191.34º | 0.96% | 0.89% | - |
| XYZ | 31.55 | 40.73 | 78.87 | - |
| YUV | 138.05 | 178.19 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 227 | 0.96 | 0.18 | 0 | 0.11 | 191.34 | 0.92 | 0.46 |
| Hex | A | BA | E3 | 60 | 12 | 0 | B | BF | 5C | 2E |
| Octal | 12 | 272 | 343 | 140 | 22 | 0 | 13 | 277 | 134 | 56 |
| Binary | 1010 | 10111010 | 11100011 | 1100000 | 10010 | 0 | 1011 | 10111111 | 1011100 | 101110 |
Color Harmonies of #0ABAE3
Complementary color
Monochromatic Colors of #0ABAE3
Black with #0ABAE3
Text Example
Text Example
White with #0ABAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABAE3; }
p { color: rgb(10,186,227); }
H1.HeaderClassName
{
color: #0ABAE3;
}
.AnyTagClassName
{
color: #0ABAE3;
}
</style>
background-color css
<style>
a { background-color: #0ABAE3; }
a { background-color: rgb(10,186,227); }
div.DivClassName
{
background-color: #0ABAE3;
}
.BgClassName
{
background-color: #0ABAE3;
}
</style>
border-color css
<style>
span { border-color: #0ABAE3; }
span { border-color: rgb(10,186,227); }
td.TdClassName
{
border-color: #0ABAE3;
}
.TagClassName
{
border-color: #0ABAE3;
}
</style>