Html Css Color HEX #01AEAE Iris Blue

📋 copy color: '#01AEAE'

red 1 ◦ green 174 ◦ blue 174

#01AEAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #01AEAE

Tints of Iris Blue #01AEAE

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 value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#01AEAE (or 0x01AEAE) is known color: 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

RGB 1 174 174 -
CMYK 0.99 0 0 0.32
HSL 180º 0.99% 0.34% -
HSV(B) 180º 0.99% 0.68% -
XYZ 22.79 33.33 45.28 -
YUV 122.27 157.19 41.5 -
System Red Green Blue C M Y K H S L
Decimal 1 174 174 0.99 0 0 0.32 180 0.99 0.34
Hex 1 AE AE 63 0 0 20 B4 63 22
Octal 1 256 256 143 0 0 40 264 143 42
Binary 1 10101110 10101110 1100011 0 0 100000 10110100 1100011 100010

Color Harmonies of #01AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AEAE

Black with #01AEAE

Text Example


Text Example

White with #01AEAE

Text Example


Text Example

HTML Codes & Css Web 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>