#00AEBB

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

Shades of Iris Blue #00AEBB

Tints of Iris Blue #00AEBB

Color information

#00AEBB (or 0x00AEBB) is unknown color: approx Iris Blue. HEX triplet: 00, AE and BB. RGB value is (0,174,187). Sum of RGB (Red+Green+Blue) = 0+174+187=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #00AEBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEBB is #FF5144. Grayscale: #7B7B7B. Windows color (decimal): -16732485 or 12299776. OLE color: 12299776.

HSL color Cylindrical-coordinate representation of color #00AEBB: hue angle of 184.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AEBB is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0174187-
CMYK10.0700.27
HSL184.17º100%36.67%-
HSV(B)184.17º100%73.33%-
XYZ24.1133.8652.28-
YUV123.46163.8539.94-

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.20%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=0%
G=48.20%
B=51.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal017418710.0700.27184.1710036.67
Hex0AEBB64701Bb86425
Octal0256273144703327014445
Binary010101110101110111100100111011011101110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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