Html Css Color HEX #09AAB6 Iris Blue

📋 copy color: '#09AAB6'

red 9 ◦ green 170 ◦ blue 182

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

Shades of Iris Blue #09AAB6

Tints of Iris Blue #09AAB6

RGB

 RED value IS 9 (3.91% from 255) = 2.49%

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

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

R = 2.49%
G = 47.09%
B = 50.42%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#09AAB6 (or 0x09AAB6) is known color: Iris Blue. HEX triplet: 09, AA and B6. RGB value is (9,170,182). Sum of RGB (Red+Green+Blue) = 9+170+182=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #09AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AAB6 is #F65549. Grayscale: #7B7B7B. Windows color (decimal): -16143690 or 11971081. OLE color: 11971081.

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

Color convert

RGB 9 170 182 -
CMYK 0.95 0.07 0 0.29
HSL 184.16º 0.91% 0.37% -
HSV(B) 184.16º 0.95% 0.71% -
XYZ 22.93 32.18 49.26 -
YUV 123.23 161.16 46.52 -
System Red Green Blue C M Y K H S L
Decimal 9 170 182 0.95 0.07 0 0.29 184.16 0.91 0.37
Hex 9 AA B6 5F 7 0 1D B8 5B 25
Octal 11 252 266 137 7 0 35 270 133 45
Binary 1001 10101010 10110110 1011111 111 0 11101 10111000 1011011 100101

Color Harmonies of #09AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAB6

Black with #09AAB6

Text Example


Text Example

White with #09AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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