Shades of Iris Blue #01AEB7
Tints of Iris Blue #01AEB7
RGB
CMYK
RGB Variations
Color information
#01AEB7 (or 0x01AEB7) is known color: Iris Blue. HEX triplet: 01, AE and B7. RGB value is (1,174,183). Sum of RGB (Red+Green+Blue) = 1+174+183=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #01AEB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AEB7 is #FE5148. Grayscale: #7B7B7B. Windows color (decimal): -16666953 or 12037633. OLE color: 12037633.
HSL color Cylindrical-coordinate representation of color #01AEB7: hue angle of 182.97º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AEB7 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 174 | 183 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.28 |
| HSL | 182.97º | 0.99% | 0.36% | - |
| HSV(B) | 182.97º | 0.99% | 0.72% | - |
| XYZ | 23.7 | 33.7 | 50.06 | - |
| YUV | 123.3 | 161.69 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 183 | 0.99 | 0.05 | 0 | 0.28 | 182.97 | 0.99 | 0.36 |
| Hex | 1 | AE | B7 | 63 | 5 | 0 | 1C | B7 | 63 | 24 |
| Octal | 1 | 256 | 267 | 143 | 5 | 0 | 34 | 267 | 143 | 44 |
| Binary | 1 | 10101110 | 10110111 | 1100011 | 101 | 0 | 11100 | 10110111 | 1100011 | 100100 |
Color Harmonies of #01AEB7
Complementary color
Monochromatic Colors of #01AEB7
Black with #01AEB7
Text Example
Text Example
White with #01AEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AEB7; }
p { color: rgb(1,174,183); }
H1.HeaderClassName
{
color: #01AEB7;
}
.AnyTagClassName
{
color: #01AEB7;
}
</style>
background-color css
<style>
a { background-color: #01AEB7; }
a { background-color: rgb(1,174,183); }
div.DivClassName
{
background-color: #01AEB7;
}
.BgClassName
{
background-color: #01AEB7;
}
</style>
border-color css
<style>
span { border-color: #01AEB7; }
span { border-color: rgb(1,174,183); }
td.TdClassName
{
border-color: #01AEB7;
}
.TagClassName
{
border-color: #01AEB7;
}
</style>