Html Css Color HEX #09AAC8 Iris Blue

📋 copy color: '#09AAC8'

red 9 ◦ green 170 ◦ blue 200

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

Shades of Iris Blue #09AAC8

Tints of Iris Blue #09AAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.77%

R = 2.37%
G = 44.85%
B = 52.77%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#09AAC8 (or 0x09AAC8) is known color: Iris Blue. HEX triplet: 09, AA and C8. RGB value is (9,170,200). Sum of RGB (Red+Green+Blue) = 9+170+200=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #09AAC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AAC8 is #F65537. Grayscale: #7D7D7D. Windows color (decimal): -16143672 or 13150729. OLE color: 13150729.

HSL color Cylindrical-coordinate representation of color #09AAC8: hue angle of 189.42º 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 #09AAC8 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 170 200 -
CMYK 0.96 0.15 0 0.22
HSL 189.42º 0.91% 0.41% -
HSV(B) 189.42º 0.96% 0.78% -
XYZ 24.91 32.98 59.7 -
YUV 125.28 170.16 45.06 -
System Red Green Blue C M Y K H S L
Decimal 9 170 200 0.96 0.15 0 0.22 189.42 0.91 0.41
Hex 9 AA C8 60 F 0 16 BD 5B 29
Octal 11 252 310 140 17 0 26 275 133 51
Binary 1001 10101010 11001000 1100000 1111 0 10110 10111101 1011011 101001

Color Harmonies of #09AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAC8

Black with #09AAC8

Text Example


Text Example

White with #09AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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