Shades of Iris Blue #06AEB5
Tints of Iris Blue #06AEB5
RGB
CMYK
RGB Variations
Color information
#06AEB5 (or 0x06AEB5) is known color: Iris Blue. HEX triplet: 06, AE and B5. RGB value is (6,174,181). Sum of RGB (Red+Green+Blue) = 6+174+181=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #06AEB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AEB5 is #F9514A. Grayscale: #7C7C7C. Windows color (decimal): -16339275 or 11906566. OLE color: 11906566.
HSL color Cylindrical-coordinate representation of color #06AEB5: hue angle of 182.4º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AEB5 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 174 | 181 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.29 |
| HSL | 182.4º | 0.94% | 0.37% | - |
| HSV(B) | 182.4º | 0.97% | 0.71% | - |
| XYZ | 23.55 | 33.65 | 48.97 | - |
| YUV | 124.57 | 159.84 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 174 | 181 | 0.97 | 0.04 | 0 | 0.29 | 182.4 | 0.94 | 0.37 |
| Hex | 6 | AE | B5 | 61 | 4 | 0 | 1D | B6 | 5E | 25 |
| Octal | 6 | 256 | 265 | 141 | 4 | 0 | 35 | 266 | 136 | 45 |
| Binary | 110 | 10101110 | 10110101 | 1100001 | 100 | 0 | 11101 | 10110110 | 1011110 | 100101 |
Color Harmonies of #06AEB5
Complementary color
Monochromatic Colors of #06AEB5
Black with #06AEB5
Text Example
Text Example
White with #06AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AEB5; }
p { color: rgb(6,174,181); }
H1.HeaderClassName
{
color: #06AEB5;
}
.AnyTagClassName
{
color: #06AEB5;
}
</style>
background-color css
<style>
a { background-color: #06AEB5; }
a { background-color: rgb(6,174,181); }
div.DivClassName
{
background-color: #06AEB5;
}
.BgClassName
{
background-color: #06AEB5;
}
</style>
border-color css
<style>
span { border-color: #06AEB5; }
span { border-color: rgb(6,174,181); }
td.TdClassName
{
border-color: #06AEB5;
}
.TagClassName
{
border-color: #06AEB5;
}
</style>