Html Css Color HEX #09ACE1 Iris Blue

📋 copy color: '#09ACE1'

red 9 ◦ green 172 ◦ blue 225

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

Shades of Iris Blue #09ACE1

Tints of Iris Blue #09ACE1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 2.22%
G = 42.36%
B = 55.42%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#09ACE1 (or 0x09ACE1) is known color: Iris Blue. HEX triplet: 09, AC and E1. RGB value is (9,172,225). Sum of RGB (Red+Green+Blue) = 9+172+225=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #09ACE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACE1 is #F6531E. Grayscale: #808080. Windows color (decimal): -16143135 or 14789641. OLE color: 14789641.

HSL color Cylindrical-coordinate representation of color #09ACE1: hue angle of 194.72º 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 #09ACE1 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 172 225 -
CMYK 0.96 0.24 0 0.12
HSL 194.72º 0.92% 0.46% -
HSV(B) 194.72º 0.96% 0.88% -
XYZ 28.46 35 76.49 -
YUV 129.31 182 42.19 -
System Red Green Blue C M Y K H S L
Decimal 9 172 225 0.96 0.24 0 0.12 194.72 0.92 0.46
Hex 9 AC E1 60 18 0 C C3 5C 2E
Octal 11 254 341 140 30 0 14 303 134 56
Binary 1001 10101100 11100001 1100000 11000 0 1100 11000011 1011100 101110

Color Harmonies of #09ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACE1

Black with #09ACE1

Text Example


Text Example

White with #09ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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