#00AEBA

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

Shades of Iris Blue #00AEBA

Tints of Iris Blue #00AEBA

Color information

#00AEBA (or 0x00AEBA) is unknown color: approx Iris Blue. HEX triplet: 00, AE and BA. RGB value is (0,174,186). Sum of RGB (Red+Green+Blue) = 0+174+186=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #00AEBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AEBA is #FF5145. Grayscale: #7B7B7B. Windows color (decimal): -16732486 or 12234240. OLE color: 12234240.

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

Color convert

RGB0174186-
CMYK10.0600.27
HSL183.87º100%36.47%-
HSV(B)183.87º100%72.94%-
XYZ2433.8251.72-
YUV123.34163.3540.02-

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.33%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=0%
G=48.33%
B=51.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal017418610.0600.27183.8710036.47
Hex0AEBA64601Bb86424
Octal0256272144603327014444
Binary010101110101110101100100110011011101110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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