#01AEAE

Color #01AEAE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #01AEAE

Tints of Iris Blue #01AEAE

Color information

#01AEAE (or 0x01AEAE) is unknown color: approx Iris Blue. HEX triplet: 01, AE and AE. RGB value is (1,174,174). Sum of RGB (Red+Green+Blue) = 1+174+174=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #01AEAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEAE is #FE5151. Grayscale: #7A7A7A. Windows color (decimal): -16666962 or 11447809. OLE color: 11447809.

HSL color Cylindrical-coordinate representation of color #01AEAE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AEAE is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1174174-
CMYK0.99000.32
HSL180º98.86%34.31%-
HSV(B)180º99.43%68.24%-
XYZ22.7933.3345.28-
YUV122.27157.1941.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=0.29%
G=49.86%
B=49.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11741740.99000.3218098.8634.31
Hex1AEAE630020b46322
Octal1256256143004026414342
Binary11010111010101110110001100100000101101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AEAE; }

 p { color: rgb(1,174,174); }

 H1.HeaderClassName
 {
   color: #01AEAE;
 }
 .AnyTagClassName
 {
   color: #01AEAE;
 }
</style>
background-color css

<style>
 a { background-color: #01AEAE; }

 a { background-color: rgb(1,174,174); }

 div.DivClassName
 {
   background-color: #01AEAE;
 }
 .BgClassName
 {
   background-color: #01AEAE;
 }
</style>
border-color css

<style>
 span { border-color: #01AEAE; }

 span { border-color: rgb(1,174,174); }

 td.TdClassName
 {
   border-color: #01AEAE;
 }
 .TagClassName
 {
   border-color: #01AEAE;
 }
</style>