Html Css Color HEX #09AEC0 Iris Blue

📋 copy color: '#09AEC0'

red 9 ◦ green 174 ◦ blue 192

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

Shades of Iris Blue #09AEC0

Tints of Iris Blue #09AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 2.4%
G = 46.4%
B = 51.2%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09AEC0 (or 0x09AEC0) is known color: Iris Blue. HEX triplet: 09, AE and C0. RGB value is (9,174,192). Sum of RGB (Red+Green+Blue) = 9+174+192=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #09AEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AEC0 is #F6513F. Grayscale: #7E7E7E. Windows color (decimal): -16142656 or 12627465. OLE color: 12627465.

HSL color Cylindrical-coordinate representation of color #09AEC0: hue angle of 185.9º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AEC0 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 174 192 -
CMYK 0.95 0.09 0 0.25
HSL 185.9º 0.91% 0.39% -
HSV(B) 185.9º 0.95% 0.75% -
XYZ 24.76 34.14 55.15 -
YUV 126.72 164.84 44.04 -
System Red Green Blue C M Y K H S L
Decimal 9 174 192 0.95 0.09 0 0.25 185.9 0.91 0.39
Hex 9 AE C0 5F 9 0 19 BA 5B 27
Octal 11 256 300 137 11 0 31 272 133 47
Binary 1001 10101110 11000000 1011111 1001 0 11001 10111010 1011011 100111

Color Harmonies of #09AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AEC0

Black with #09AEC0

Text Example


Text Example

White with #09AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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