#01ADAE

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

Shades of Iris Blue #01ADAE

Tints of Iris Blue #01ADAE

Color information

#01ADAE (or 0x01ADAE) is unknown color: approx Iris Blue. HEX triplet: 01, AD and AE. RGB value is (1,173,174). Sum of RGB (Red+Green+Blue) = 1+173+174=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #01ADAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ADAE is #FE5251. Grayscale: #797979. Windows color (decimal): -16667218 or 11447553. OLE color: 11447553.

HSL color Cylindrical-coordinate representation of color #01ADAE: hue angle of 180.35º 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 #01ADAE is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1173174-
CMYK0.990.0100.32
HSL180.35º98.86%34.31%-
HSV(B)180.35º99.43%68.24%-
XYZ22.632.9545.21-
YUV121.69157.5241.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 173 (67.97% from 255) = 49.71%
BLUE value IS 174 (68.36% from 255) = 50%
R=0.29%
G=49.71%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11731740.990.0100.32180.3598.8634.31
Hex1ADAE631020b46322
Octal1255256143104026414342
Binary11010110110101110110001110100000101101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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