Html Css Color HEX #09AAC7 Iris Blue

📋 copy color: '#09AAC7'

red 9 ◦ green 170 ◦ blue 199

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

Shades of Iris Blue #09AAC7

Tints of Iris Blue #09AAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.65%

R = 2.38%
G = 44.97%
B = 52.65%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#09AAC7 (or 0x09AAC7) is known color: Iris Blue. HEX triplet: 09, AA and C7. RGB value is (9,170,199). Sum of RGB (Red+Green+Blue) = 9+170+199=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 199 (78.12% from 255 or 52.65% from 378); Max value from RGB is 199 - color contains mainly: blue. Hex color #09AAC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AAC7 is #F65538. Grayscale: #7C7C7C. Windows color (decimal): -16143673 or 13085193. OLE color: 13085193.

HSL color Cylindrical-coordinate representation of color #09AAC7: hue angle of 189.16º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AAC7 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 170 199 -
CMYK 0.95 0.15 0 0.22
HSL 189.16º 0.91% 0.41% -
HSV(B) 189.16º 0.95% 0.78% -
XYZ 24.8 32.93 59.08 -
YUV 125.17 169.66 45.14 -
System Red Green Blue C M Y K H S L
Decimal 9 170 199 0.95 0.15 0 0.22 189.16 0.91 0.41
Hex 9 AA C7 5F F 0 16 BD 5B 29
Octal 11 252 307 137 17 0 26 275 133 51
Binary 1001 10101010 11000111 1011111 1111 0 10110 10111101 1011011 101001

Color Harmonies of #09AAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAC7

Black with #09AAC7

Text Example


Text Example

White with #09AAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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