Shades of Iris Blue #00AEBB
Tints of Iris Blue #00AEBB
RGB
CMYK
RGB Variations
Color information
#00AEBB (or 0x00AEBB) is known color: Iris Blue. HEX triplet: 00, AE and BB. RGB value is (0,174,187). Sum of RGB (Red+Green+Blue) = 0+174+187=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #00AEBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEBB is #FF5144. Grayscale: #7B7B7B. Windows color (decimal): -16732485 or 12299776. OLE color: 12299776.
HSL color Cylindrical-coordinate representation of color #00AEBB: hue angle of 184.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEBB is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 174 | 187 | - |
| CMYK | 1 | 0.07 | 0 | 0.27 |
| HSL | 184.17º | 1% | 0.37% | - |
| HSV(B) | 184.17º | 1% | 0.73% | - |
| XYZ | 24.11 | 33.86 | 52.28 | - |
| YUV | 123.46 | 163.85 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 187 | 1 | 0.07 | 0 | 0.27 | 184.17 | 1 | 0.37 |
| Hex | 0 | AE | BB | 64 | 7 | 0 | 1B | B8 | 64 | 25 |
| Octal | 0 | 256 | 273 | 144 | 7 | 0 | 33 | 270 | 144 | 45 |
| Binary | 0 | 10101110 | 10111011 | 1100100 | 111 | 0 | 11011 | 10111000 | 1100100 | 100101 |
Color Harmonies of #00AEBB
Complementary color
Monochromatic Colors of #00AEBB
Black with #00AEBB
Text Example
Text Example
White with #00AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AEBB; }
p { color: rgb(0,174,187); }
H1.HeaderClassName
{
color: #00AEBB;
}
.AnyTagClassName
{
color: #00AEBB;
}
</style>
background-color css
<style>
a { background-color: #00AEBB; }
a { background-color: rgb(0,174,187); }
div.DivClassName
{
background-color: #00AEBB;
}
.BgClassName
{
background-color: #00AEBB;
}
</style>
border-color css
<style>
span { border-color: #00AEBB; }
span { border-color: rgb(0,174,187); }
td.TdClassName
{
border-color: #00AEBB;
}
.TagClassName
{
border-color: #00AEBB;
}
</style>