Shades of Iris Blue #00AEBA
Tints of Iris Blue #00AEBA
RGB
CMYK
RGB Variations
Color information
#00AEBA (or 0x00AEBA) is known color: Iris Blue. HEX triplet: 00, AE and BA. RGB value is (0,174,186). Sum of RGB (Red+Green+Blue) = 0+174+186=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #00AEBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEBA is #FF5145. Grayscale: #7B7B7B. Windows color (decimal): -16732486 or 12234240. OLE color: 12234240.
HSL color Cylindrical-coordinate representation of color #00AEBA: hue angle of 183.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEBA is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 174 | 186 | - |
| CMYK | 1 | 0.06 | 0 | 0.27 |
| HSL | 183.87º | 1% | 0.36% | - |
| HSV(B) | 183.87º | 1% | 0.73% | - |
| XYZ | 24 | 33.82 | 51.72 | - |
| YUV | 123.34 | 163.35 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 186 | 1 | 0.06 | 0 | 0.27 | 183.87 | 1 | 0.36 |
| Hex | 0 | AE | BA | 64 | 6 | 0 | 1B | B8 | 64 | 24 |
| Octal | 0 | 256 | 272 | 144 | 6 | 0 | 33 | 270 | 144 | 44 |
| Binary | 0 | 10101110 | 10111010 | 1100100 | 110 | 0 | 11011 | 10111000 | 1100100 | 100100 |
Color Harmonies of #00AEBA
Complementary color
Monochromatic Colors of #00AEBA
Black with #00AEBA
Text Example
Text Example
White with #00AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AEBA; }
p { color: rgb(0,174,186); }
H1.HeaderClassName
{
color: #00AEBA;
}
.AnyTagClassName
{
color: #00AEBA;
}
</style>
background-color css
<style>
a { background-color: #00AEBA; }
a { background-color: rgb(0,174,186); }
div.DivClassName
{
background-color: #00AEBA;
}
.BgClassName
{
background-color: #00AEBA;
}
</style>
border-color css
<style>
span { border-color: #00AEBA; }
span { border-color: rgb(0,174,186); }
td.TdClassName
{
border-color: #00AEBA;
}
.TagClassName
{
border-color: #00AEBA;
}
</style>