Shades of Iris Blue #00AEBF
Tints of Iris Blue #00AEBF
RGB
CMYK
RGB Variations
Color information
#00AEBF (or 0x00AEBF) is known color: Iris Blue. HEX triplet: 00, AE and BF. RGB value is (0,174,191). Sum of RGB (Red+Green+Blue) = 0+174+191=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #00AEBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEBF is #FF5140. Grayscale: #7B7B7B. Windows color (decimal): -16732481 or 12561920. OLE color: 12561920.
HSL color Cylindrical-coordinate representation of color #00AEBF: hue angle of 185.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEBF is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 174 | 191 | - |
| CMYK | 1 | 0.09 | 0 | 0.25 |
| HSL | 185.34º | 1% | 0.37% | - |
| HSV(B) | 185.34º | 1% | 0.75% | - |
| XYZ | 24.54 | 34.03 | 54.57 | - |
| YUV | 123.91 | 165.85 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 191 | 1 | 0.09 | 0 | 0.25 | 185.34 | 1 | 0.37 |
| Hex | 0 | AE | BF | 64 | 9 | 0 | 19 | B9 | 64 | 25 |
| Octal | 0 | 256 | 277 | 144 | 11 | 0 | 31 | 271 | 144 | 45 |
| Binary | 0 | 10101110 | 10111111 | 1100100 | 1001 | 0 | 11001 | 10111001 | 1100100 | 100101 |
Color Harmonies of #00AEBF
Complementary color
Monochromatic Colors of #00AEBF
Black with #00AEBF
Text Example
Text Example
White with #00AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AEBF; }
p { color: rgb(0,174,191); }
H1.HeaderClassName
{
color: #00AEBF;
}
.AnyTagClassName
{
color: #00AEBF;
}
</style>
background-color css
<style>
a { background-color: #00AEBF; }
a { background-color: rgb(0,174,191); }
div.DivClassName
{
background-color: #00AEBF;
}
.BgClassName
{
background-color: #00AEBF;
}
</style>
border-color css
<style>
span { border-color: #00AEBF; }
span { border-color: rgb(0,174,191); }
td.TdClassName
{
border-color: #00AEBF;
}
.TagClassName
{
border-color: #00AEBF;
}
</style>