Html Css Color HEX #09AED5 Iris Blue

📋 copy color: '#09AED5'

red 9 ◦ green 174 ◦ blue 213

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

Shades of Iris Blue #09AED5

Tints of Iris Blue #09AED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 2.27%
G = 43.94%
B = 53.79%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#09AED5 (or 0x09AED5) is known color: Iris Blue. HEX triplet: 09, AE and D5. RGB value is (9,174,213). Sum of RGB (Red+Green+Blue) = 9+174+213=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #09AED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AED5 is #F6512A. Grayscale: #808080. Windows color (decimal): -16142635 or 14003721. OLE color: 14003721.

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

Color convert

RGB 9 174 213 -
CMYK 0.96 0.18 0 0.16
HSL 191.47º 0.92% 0.44% -
HSV(B) 191.47º 0.96% 0.84% -
XYZ 27.26 35.13 68.3 -
YUV 129.11 175.34 42.33 -
System Red Green Blue C M Y K H S L
Decimal 9 174 213 0.96 0.18 0 0.16 191.47 0.92 0.44
Hex 9 AE D5 60 12 0 10 BF 5C 2C
Octal 11 256 325 140 22 0 20 277 134 54
Binary 1001 10101110 11010101 1100000 10010 0 10000 10111111 1011100 101100

Color Harmonies of #09AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AED5

Black with #09AED5

Text Example


Text Example

White with #09AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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