#00AABA

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

Shades of Iris Blue #00AABA

Tints of Iris Blue #00AABA

Color information

#00AABA (or 0x00AABA) is unknown color: approx Iris Blue. HEX triplet: 00, AA and BA. RGB value is (0,170,186). Sum of RGB (Red+Green+Blue) = 0+170+186=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #00AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AABA is #FF5545. Grayscale: #787878. Windows color (decimal): -16733510 or 12233216. OLE color: 12233216.

HSL color Cylindrical-coordinate representation of color #00AABA: hue angle of 185.16º 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 #00AABA is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0170186-
CMYK10.0900.27
HSL185.16º100%36.47%-
HSV(B)185.16º100%72.94%-
XYZ23.2432.2951.46-
YUV120.99164.6841.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=0%
G=47.75%
B=52.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal017018610.0900.27185.1610036.47
Hex0AABA64901Bb96424
Octal02522721441103327114444
Binary0101010101011101011001001001011011101110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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