#00AEB6

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

Shades of Iris Blue #00AEB6

Tints of Iris Blue #00AEB6

Color information

#00AEB6 (or 0x00AEB6) is unknown color: approx Iris Blue. HEX triplet: 00, AE and B6. RGB value is (0,174,182). Sum of RGB (Red+Green+Blue) = 0+174+182=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #00AEB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEB6 is #FF5149. Grayscale: #7A7A7A. Windows color (decimal): -16732490 or 11972096. OLE color: 11972096.

HSL color Cylindrical-coordinate representation of color #00AEB6: hue angle of 182.64º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEB6 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB0174182-
CMYK10.0400.29
HSL182.64º100%35.69%-
HSV(B)182.64º100%71.37%-
XYZ23.5833.6549.51-
YUV122.89161.3540.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=0%
G=48.88%
B=51.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal017418210.0400.29182.6410035.69
Hex0AEB664401Db76424
Octal0256266144403526714444
Binary010101110101101101100100100011101101101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00AEB6; }

 p { color: rgb(0,174,182); }

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

<style>
 a { background-color: #00AEB6; }

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

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

<style>
 span { border-color: #00AEB6; }

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

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