Html Css Color HEX #09AEDA Iris Blue

📋 copy color: '#09AEDA'

red 9 ◦ green 174 ◦ blue 218

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

Shades of Iris Blue #09AEDA

Tints of Iris Blue #09AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.36%

R = 2.24%
G = 43.39%
B = 54.36%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#09AEDA (or 0x09AEDA) is known color: Iris Blue. HEX triplet: 09, AE and DA. RGB value is (9,174,218). Sum of RGB (Red+Green+Blue) = 9+174+218=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #09AEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AEDA is #F65125. Grayscale: #818181. Windows color (decimal): -16142630 or 14331401. OLE color: 14331401.

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

Color convert

RGB 9 174 218 -
CMYK 0.96 0.20 0 0.15
HSL 192.63º 0.92% 0.45% -
HSV(B) 192.63º 0.96% 0.85% -
XYZ 27.9 35.39 71.69 -
YUV 129.68 177.84 41.92 -
System Red Green Blue C M Y K H S L
Decimal 9 174 218 0.96 0.20 0 0.15 192.63 0.92 0.45
Hex 9 AE DA 60 14 0 F C1 5C 2D
Octal 11 256 332 140 24 0 17 301 134 55
Binary 1001 10101110 11011010 1100000 10100 0 1111 11000001 1011100 101101

Color Harmonies of #09AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AEDA

Black with #09AEDA

Text Example


Text Example

White with #09AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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