Html Css Color HEX #09AEC1 Iris Blue

📋 copy color: '#09AEC1'

red 9 ◦ green 174 ◦ blue 193

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

Shades of Iris Blue #09AEC1

Tints of Iris Blue #09AEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 2.39%
G = 46.28%
B = 51.33%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#09AEC1 (or 0x09AEC1) is known color: Iris Blue. HEX triplet: 09, AE and C1. RGB value is (9,174,193). Sum of RGB (Red+Green+Blue) = 9+174+193=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #09AEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AEC1 is #F6513E. Grayscale: #7E7E7E. Windows color (decimal): -16142655 or 12693001. OLE color: 12693001.

HSL color Cylindrical-coordinate representation of color #09AEC1: hue angle of 186.2º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AEC1 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 174 193 -
CMYK 0.95 0.10 0 0.24
HSL 186.2º 0.91% 0.4% -
HSV(B) 186.2º 0.95% 0.76% -
XYZ 24.87 34.18 55.74 -
YUV 126.83 165.34 43.96 -
System Red Green Blue C M Y K H S L
Decimal 9 174 193 0.95 0.10 0 0.24 186.2 0.91 0.4
Hex 9 AE C1 5F A 0 18 BA 5B 28
Octal 11 256 301 137 12 0 30 272 133 50
Binary 1001 10101110 11000001 1011111 1010 0 11000 10111010 1011011 101000

Color Harmonies of #09AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AEC1

Black with #09AEC1

Text Example


Text Example

White with #09AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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