Html Css Color HEX #09AACD Iris Blue

📋 copy color: '#09AACD'

red 9 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #09AACD

Tints of Iris Blue #09AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 2.34%
G = 44.27%
B = 53.39%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09AACD (or 0x09AACD) is known color: Iris Blue. HEX triplet: 09, AA and CD. RGB value is (9,170,205). Sum of RGB (Red+Green+Blue) = 9+170+205=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #09AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AACD is #F65532. Grayscale: #7D7D7D. Windows color (decimal): -16143667 or 13478409. OLE color: 13478409.

HSL color Cylindrical-coordinate representation of color #09AACD: hue angle of 190.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AACD is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 170 205 -
CMYK 0.96 0.17 0 0.20
HSL 190.71º 0.92% 0.42% -
HSV(B) 190.71º 0.96% 0.8% -
XYZ 25.51 33.22 62.82 -
YUV 125.85 172.66 44.65 -
System Red Green Blue C M Y K H S L
Decimal 9 170 205 0.96 0.17 0 0.20 190.71 0.92 0.42
Hex 9 AA CD 60 11 0 14 BF 5C 2A
Octal 11 252 315 140 21 0 24 277 134 52
Binary 1001 10101010 11001101 1100000 10001 0 10100 10111111 1011100 101010

Color Harmonies of #09AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AACD

Black with #09AACD

Text Example


Text Example

White with #09AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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