Html Css Color HEX #09AAD0 Iris Blue

📋 copy color: '#09AAD0'

red 9 ◦ green 170 ◦ blue 208

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

Shades of Iris Blue #09AAD0

Tints of Iris Blue #09AAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.75%

R = 2.33%
G = 43.93%
B = 53.75%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#09AAD0 (or 0x09AAD0) is known color: Iris Blue. HEX triplet: 09, AA and D0. RGB value is (9,170,208). Sum of RGB (Red+Green+Blue) = 9+170+208=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #09AAD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AAD0 is #F6552F. Grayscale: #7D7D7D. Windows color (decimal): -16143664 or 13675017. OLE color: 13675017.

HSL color Cylindrical-coordinate representation of color #09AAD0: hue angle of 191.46º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAD0 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 9 170 208 -
CMYK 0.96 0.18 0 0.18
HSL 191.46º 0.92% 0.43% -
HSV(B) 191.46º 0.96% 0.82% -
XYZ 25.87 33.36 64.75 -
YUV 126.19 174.16 44.41 -
System Red Green Blue C M Y K H S L
Decimal 9 170 208 0.96 0.18 0 0.18 191.46 0.92 0.43
Hex 9 AA D0 60 12 0 12 BF 5C 2B
Octal 11 252 320 140 22 0 22 277 134 53
Binary 1001 10101010 11010000 1100000 10010 0 10010 10111111 1011100 101011

Color Harmonies of #09AAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AAD0

Black with #09AAD0

Text Example


Text Example

White with #09AAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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