Shades of Iris Blue #0AAECB
Tints of Iris Blue #0AAECB
RGB
CMYK
RGB Variations
Color information
#0AAECB (or 0x0AAECB) is known color: Iris Blue. HEX triplet: 0A, AE and CB. RGB value is (10,174,203). Sum of RGB (Red+Green+Blue) = 10+174+203=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #0AAECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAECB is #F55134. Grayscale: #7F7F7F. Windows color (decimal): -16077109 or 13348362. OLE color: 13348362.
HSL color Cylindrical-coordinate representation of color #0AAECB: hue angle of 189.02º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAECB is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 174 | 203 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.20 |
| HSL | 189.02º | 0.91% | 0.42% | - |
| HSV(B) | 189.02º | 0.95% | 0.8% | - |
| XYZ | 26.04 | 34.65 | 61.82 | - |
| YUV | 128.27 | 170.17 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 203 | 0.95 | 0.14 | 0 | 0.20 | 189.02 | 0.91 | 0.42 |
| Hex | A | AE | CB | 5F | E | 0 | 14 | BD | 5B | 2A |
| Octal | 12 | 256 | 313 | 137 | 16 | 0 | 24 | 275 | 133 | 52 |
| Binary | 1010 | 10101110 | 11001011 | 1011111 | 1110 | 0 | 10100 | 10111101 | 1011011 | 101010 |
Color Harmonies of #0AAECB
Complementary color
Monochromatic Colors of #0AAECB
Black with #0AAECB
Text Example
Text Example
White with #0AAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAECB; }
p { color: rgb(10,174,203); }
H1.HeaderClassName
{
color: #0AAECB;
}
.AnyTagClassName
{
color: #0AAECB;
}
</style>
background-color css
<style>
a { background-color: #0AAECB; }
a { background-color: rgb(10,174,203); }
div.DivClassName
{
background-color: #0AAECB;
}
.BgClassName
{
background-color: #0AAECB;
}
</style>
border-color css
<style>
span { border-color: #0AAECB; }
span { border-color: rgb(10,174,203); }
td.TdClassName
{
border-color: #0AAECB;
}
.TagClassName
{
border-color: #0AAECB;
}
</style>