#05AAB4

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

Shades of Iris Blue #05AAB4

Tints of Iris Blue #05AAB4

Color information

#05AAB4 (or 0x05AAB4) is unknown color: approx Iris Blue. HEX triplet: 05, AA and B4. RGB value is (5,170,180). Sum of RGB (Red+Green+Blue) = 5+170+180=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #05AAB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAB4 is #FA554B. Grayscale: #797979. Windows color (decimal): -16405836 or 11840005. OLE color: 11840005.

HSL color Cylindrical-coordinate representation of color #05AAB4: hue angle of 183.43º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AAB4 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5170180-
CMYK0.970.0600.29
HSL183.43º94.59%36.27%-
HSV(B)183.43º97.22%70.59%-
XYZ22.6832.0848.18-
YUV121.8160.8444.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.41%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=1.41%
G=47.89%
B=50.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51701800.970.0600.29183.4394.5936.27
Hex5AAB461601Db75f24
Octal5252264141603526713744
Binary10110101010101101001100001110011101101101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05AAB4; }

 p { color: rgb(5,170,180); }

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

<style>
 a { background-color: #05AAB4; }

 a { background-color: rgb(5,170,180); }

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

<style>
 span { border-color: #05AAB4; }

 span { border-color: rgb(5,170,180); }

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