Html Css Color HEX #09AADB Iris Blue

📋 copy color: '#09AADB'

red 9 ◦ green 170 ◦ blue 219

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

Shades of Iris Blue #09AADB

Tints of Iris Blue #09AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 2.26%
G = 42.71%
B = 55.03%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09AADB (or 0x09AADB) is known color: Iris Blue. HEX triplet: 09, AA and DB. RGB value is (9,170,219). Sum of RGB (Red+Green+Blue) = 9+170+219=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #09AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AADB is #F65524. Grayscale: #7F7F7F. Windows color (decimal): -16143653 or 14395913. OLE color: 14395913.

HSL color Cylindrical-coordinate representation of color #09AADB: hue angle of 194º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AADB is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 170 219 -
CMYK 0.96 0.22 0 0.14
HSL 194º 0.92% 0.45% -
HSV(B) 194º 0.96% 0.86% -
XYZ 27.27 33.92 72.13 -
YUV 127.45 179.66 43.52 -
System Red Green Blue C M Y K H S L
Decimal 9 170 219 0.96 0.22 0 0.14 194 0.92 0.45
Hex 9 AA DB 60 16 0 E C2 5C 2D
Octal 11 252 333 140 26 0 16 302 134 55
Binary 1001 10101010 11011011 1100000 10110 0 1110 11000010 1011100 101101

Color Harmonies of #09AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AADB

Black with #09AADB

Text Example


Text Example

White with #09AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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