Html Css Color HEX #09AAB9 Iris Blue

📋 copy color: '#09AAB9'

red 9 ◦ green 170 ◦ blue 185

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

Shades of Iris Blue #09AAB9

Tints of Iris Blue #09AAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.82%

R = 2.47%
G = 46.7%
B = 50.82%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#09AAB9 (or 0x09AAB9) is known color: Iris Blue. HEX triplet: 09, AA and B9. RGB value is (9,170,185). Sum of RGB (Red+Green+Blue) = 9+170+185=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #09AAB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AAB9 is #F65546. Grayscale: #7B7B7B. Windows color (decimal): -16143687 or 12167689. OLE color: 12167689.

HSL color Cylindrical-coordinate representation of color #09AAB9: hue angle of 185.11º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AAB9 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 170 185 -
CMYK 0.95 0.08 0 0.27
HSL 185.11º 0.91% 0.38% -
HSV(B) 185.11º 0.95% 0.73% -
XYZ 23.24 32.31 50.91 -
YUV 123.57 162.66 46.28 -
System Red Green Blue C M Y K H S L
Decimal 9 170 185 0.95 0.08 0 0.27 185.11 0.91 0.38
Hex 9 AA B9 5F 8 0 1B B9 5B 26
Octal 11 252 271 137 10 0 33 271 133 46
Binary 1001 10101010 10111001 1011111 1000 0 11011 10111001 1011011 100110

Color Harmonies of #09AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAB9

Black with #09AAB9

Text Example


Text Example

White with #09AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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