Shades of Iris Blue #0AAEBD
Tints of Iris Blue #0AAEBD
RGB
CMYK
RGB Variations
Color information
#0AAEBD (or 0x0AAEBD) is known color: Iris Blue. HEX triplet: 0A, AE and BD. RGB value is (10,174,189). Sum of RGB (Red+Green+Blue) = 10+174+189=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #0AAEBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEBD is #F55142. Grayscale: #7E7E7E. Windows color (decimal): -16077123 or 12430858. OLE color: 12430858.
HSL color Cylindrical-coordinate representation of color #0AAEBD: hue angle of 185.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEBD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 174 | 189 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.26 |
| HSL | 185.03º | 0.9% | 0.39% | - |
| HSV(B) | 185.03º | 0.95% | 0.74% | - |
| XYZ | 24.45 | 34.01 | 53.42 | - |
| YUV | 126.67 | 163.17 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 189 | 0.95 | 0.08 | 0 | 0.26 | 185.03 | 0.9 | 0.39 |
| Hex | A | AE | BD | 5F | 8 | 0 | 1A | B9 | 5A | 27 |
| Octal | 12 | 256 | 275 | 137 | 10 | 0 | 32 | 271 | 132 | 47 |
| Binary | 1010 | 10101110 | 10111101 | 1011111 | 1000 | 0 | 11010 | 10111001 | 1011010 | 100111 |
Color Harmonies of #0AAEBD
Complementary color
Monochromatic Colors of #0AAEBD
Black with #0AAEBD
Text Example
Text Example
White with #0AAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAEBD; }
p { color: rgb(10,174,189); }
H1.HeaderClassName
{
color: #0AAEBD;
}
.AnyTagClassName
{
color: #0AAEBD;
}
</style>
background-color css
<style>
a { background-color: #0AAEBD; }
a { background-color: rgb(10,174,189); }
div.DivClassName
{
background-color: #0AAEBD;
}
.BgClassName
{
background-color: #0AAEBD;
}
</style>
border-color css
<style>
span { border-color: #0AAEBD; }
span { border-color: rgb(10,174,189); }
td.TdClassName
{
border-color: #0AAEBD;
}
.TagClassName
{
border-color: #0AAEBD;
}
</style>