Shades of Iris Blue #00AEBC
Tints of Iris Blue #00AEBC
RGB
CMYK
RGB Variations
Color information
#00AEBC (or 0x00AEBC) is known color: Iris Blue. HEX triplet: 00, AE and BC. RGB value is (0,174,188). Sum of RGB (Red+Green+Blue) = 0+174+188=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #00AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEBC is #FF5143. Grayscale: #7B7B7B. Windows color (decimal): -16732484 or 12365312. OLE color: 12365312.
HSL color Cylindrical-coordinate representation of color #00AEBC: hue angle of 184.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEBC is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 174 | 188 | - |
| CMYK | 1 | 0.07 | 0 | 0.26 |
| HSL | 184.47º | 1% | 0.37% | - |
| HSV(B) | 184.47º | 1% | 0.74% | - |
| XYZ | 24.21 | 33.9 | 52.84 | - |
| YUV | 123.57 | 164.35 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 188 | 1 | 0.07 | 0 | 0.26 | 184.47 | 1 | 0.37 |
| Hex | 0 | AE | BC | 64 | 7 | 0 | 1A | B8 | 64 | 25 |
| Octal | 0 | 256 | 274 | 144 | 7 | 0 | 32 | 270 | 144 | 45 |
| Binary | 0 | 10101110 | 10111100 | 1100100 | 111 | 0 | 11010 | 10111000 | 1100100 | 100101 |
Color Harmonies of #00AEBC
Complementary color
Monochromatic Colors of #00AEBC
Black with #00AEBC
Text Example
Text Example
White with #00AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AEBC; }
p { color: rgb(0,174,188); }
H1.HeaderClassName
{
color: #00AEBC;
}
.AnyTagClassName
{
color: #00AEBC;
}
</style>
background-color css
<style>
a { background-color: #00AEBC; }
a { background-color: rgb(0,174,188); }
div.DivClassName
{
background-color: #00AEBC;
}
.BgClassName
{
background-color: #00AEBC;
}
</style>
border-color css
<style>
span { border-color: #00AEBC; }
span { border-color: rgb(0,174,188); }
td.TdClassName
{
border-color: #00AEBC;
}
.TagClassName
{
border-color: #00AEBC;
}
</style>