Html Css Color HEX #09AECB Iris Blue

📋 copy color: '#09AECB'

red 9 ◦ green 174 ◦ blue 203

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

Shades of Iris Blue #09AECB

Tints of Iris Blue #09AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 2.33%
G = 45.08%
B = 52.59%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09AECB (or 0x09AECB) is known color: Iris Blue. HEX triplet: 09, AE and CB. RGB value is (9,174,203). Sum of RGB (Red+Green+Blue) = 9+174+203=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #09AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AECB is #F65134. Grayscale: #7F7F7F. Windows color (decimal): -16142645 or 13348361. OLE color: 13348361.

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

Color convert

RGB 9 174 203 -
CMYK 0.96 0.14 0 0.20
HSL 188.97º 0.92% 0.42% -
HSV(B) 188.97º 0.96% 0.8% -
XYZ 26.03 34.64 61.81 -
YUV 127.97 170.34 43.14 -
System Red Green Blue C M Y K H S L
Decimal 9 174 203 0.96 0.14 0 0.20 188.97 0.92 0.42
Hex 9 AE CB 60 E 0 14 BD 5C 2A
Octal 11 256 313 140 16 0 24 275 134 52
Binary 1001 10101110 11001011 1100000 1110 0 10100 10111101 1011100 101010

Color Harmonies of #09AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AECB

Black with #09AECB

Text Example


Text Example

White with #09AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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