Html Css Color HEX #09AED8 Iris Blue

📋 copy color: '#09AED8'

red 9 ◦ green 174 ◦ blue 216

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

Shades of Iris Blue #09AED8

Tints of Iris Blue #09AED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.61%

 BLUE value IS 216 (84.77% from 255) = 54.14%

R = 2.26%
G = 43.61%
B = 54.14%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#09AED8 (or 0x09AED8) is known color: Iris Blue. HEX triplet: 09, AE and D8. RGB value is (9,174,216). Sum of RGB (Red+Green+Blue) = 9+174+216=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #09AED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AED8 is #F65127. Grayscale: #818181. Windows color (decimal): -16142632 or 14200329. OLE color: 14200329.

HSL color Cylindrical-coordinate representation of color #09AED8: hue angle of 192.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AED8 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 174 216 -
CMYK 0.96 0.19 0 0.15
HSL 192.17º 0.92% 0.44% -
HSV(B) 192.17º 0.96% 0.85% -
XYZ 27.64 35.29 70.32 -
YUV 129.45 176.84 42.08 -
System Red Green Blue C M Y K H S L
Decimal 9 174 216 0.96 0.19 0 0.15 192.17 0.92 0.44
Hex 9 AE D8 60 13 0 F C0 5C 2C
Octal 11 256 330 140 23 0 17 300 134 54
Binary 1001 10101110 11011000 1100000 10011 0 1111 11000000 1011100 101100

Color Harmonies of #09AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AED8

Black with #09AED8

Text Example


Text Example

White with #09AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,174,216); }

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

background-color css

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

 a { background-color: rgb(9,174,216); }

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

border-color css

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

 span { border-color: rgb(9,174,216); }

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