Html Css Color HEX #09AEE1 Iris Blue

📋 copy color: '#09AEE1'

red 9 ◦ green 174 ◦ blue 225

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

Shades of Iris Blue #09AEE1

Tints of Iris Blue #09AEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.15%

R = 2.21%
G = 42.65%
B = 55.15%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#09AEE1 (or 0x09AEE1) is known color: Iris Blue. HEX triplet: 09, AE and E1. RGB value is (9,174,225). Sum of RGB (Red+Green+Blue) = 9+174+225=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #09AEE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AEE1 is #F6511E. Grayscale: #828282. Windows color (decimal): -16142623 or 14790153. OLE color: 14790153.

HSL color Cylindrical-coordinate representation of color #09AEE1: hue angle of 194.17º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AEE1 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 174 225 -
CMYK 0.96 0.23 0 0.12
HSL 194.17º 0.92% 0.46% -
HSV(B) 194.17º 0.96% 0.88% -
XYZ 28.84 35.77 76.62 -
YUV 130.48 181.34 41.35 -
System Red Green Blue C M Y K H S L
Decimal 9 174 225 0.96 0.23 0 0.12 194.17 0.92 0.46
Hex 9 AE E1 60 17 0 C C2 5C 2E
Octal 11 256 341 140 27 0 14 302 134 56
Binary 1001 10101110 11100001 1100000 10111 0 1100 11000010 1011100 101110

Color Harmonies of #09AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AEE1

Black with #09AEE1

Text Example


Text Example

White with #09AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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