Html Css Color HEX #09AEBB Iris Blue

📋 copy color: '#09AEBB'

red 9 ◦ green 174 ◦ blue 187

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

Shades of Iris Blue #09AEBB

Tints of Iris Blue #09AEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.03%

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 2.43%
G = 47.03%
B = 50.54%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#09AEBB (or 0x09AEBB) is known color: Iris Blue. HEX triplet: 09, AE and BB. RGB value is (9,174,187). Sum of RGB (Red+Green+Blue) = 9+174+187=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #09AEBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AEBB is #F65144. Grayscale: #7D7D7D. Windows color (decimal): -16142661 or 12299785. OLE color: 12299785.

HSL color Cylindrical-coordinate representation of color #09AEBB: hue angle of 184.38º 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 #09AEBB is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 174 187 -
CMYK 0.95 0.07 0 0.27
HSL 184.38º 0.91% 0.38% -
HSV(B) 184.38º 0.95% 0.73% -
XYZ 24.22 33.92 52.28 -
YUV 126.15 162.34 44.44 -
System Red Green Blue C M Y K H S L
Decimal 9 174 187 0.95 0.07 0 0.27 184.38 0.91 0.38
Hex 9 AE BB 5F 7 0 1B B8 5B 26
Octal 11 256 273 137 7 0 33 270 133 46
Binary 1001 10101110 10111011 1011111 111 0 11011 10111000 1011011 100110

Color Harmonies of #09AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AEBB

Black with #09AEBB

Text Example


Text Example

White with #09AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,174,187); }

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

background-color css

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

 a { background-color: rgb(9,174,187); }

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

border-color css

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

 span { border-color: rgb(9,174,187); }

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