Html Css Color HEX #09AAC0 Iris Blue

📋 copy color: '#09AAC0'

red 9 ◦ green 170 ◦ blue 192

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

Shades of Iris Blue #09AAC0

Tints of Iris Blue #09AAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.75%

R = 2.43%
G = 45.82%
B = 51.75%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09AAC0 (or 0x09AAC0) is known color: Iris Blue. HEX triplet: 09, AA and C0. RGB value is (9,170,192). Sum of RGB (Red+Green+Blue) = 9+170+192=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #09AAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AAC0 is #F6553F. Grayscale: #7C7C7C. Windows color (decimal): -16143680 or 12626441. OLE color: 12626441.

HSL color Cylindrical-coordinate representation of color #09AAC0: hue angle of 187.21º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AAC0 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 170 192 -
CMYK 0.95 0.11 0 0.25
HSL 187.21º 0.91% 0.39% -
HSV(B) 187.21º 0.95% 0.75% -
XYZ 24 32.61 54.9 -
YUV 124.37 166.16 45.71 -
System Red Green Blue C M Y K H S L
Decimal 9 170 192 0.95 0.11 0 0.25 187.21 0.91 0.39
Hex 9 AA C0 5F B 0 19 BB 5B 27
Octal 11 252 300 137 13 0 31 273 133 47
Binary 1001 10101010 11000000 1011111 1011 0 11001 10111011 1011011 100111

Color Harmonies of #09AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAC0

Black with #09AAC0

Text Example


Text Example

White with #09AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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