Html Css Color HEX #05AAB6 Iris Blue

📋 copy color: '#05AAB6'

red 5 ◦ green 170 ◦ blue 182

#05AAB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #05AAB6

Tints of Iris Blue #05AAB6

RGB

 RED value IS 5 (2.34% from 255) = 1.4%

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 182 (71.48% from 255) = 50.98%

R = 1.4%
G = 47.62%
B = 50.98%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#05AAB6 (or 0x05AAB6) is known color: Iris Blue. HEX triplet: 05, AA and B6. RGB value is (5,170,182). Sum of RGB (Red+Green+Blue) = 5+170+182=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #05AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAB6 is #FA5549. Grayscale: #797979. Windows color (decimal): -16405834 or 11971077. OLE color: 11971077.

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

Color convert

RGB 5 170 182 -
CMYK 0.97 0.07 0 0.29
HSL 184.07º 0.95% 0.37% -
HSV(B) 184.07º 0.97% 0.71% -
XYZ 22.88 32.16 49.26 -
YUV 122.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 5 170 182 0.97 0.07 0 0.29 184.07 0.95 0.37
Hex 5 AA B6 61 7 0 1D B8 5F 25
Octal 5 252 266 141 7 0 35 270 137 45
Binary 101 10101010 10110110 1100001 111 0 11101 10111000 1011111 100101

Color Harmonies of #05AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AAB6

Black with #05AAB6

Text Example


Text Example

White with #05AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05AAB6;
 }
 .AnyTagClassName
 {
   color: #05AAB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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