Html Css Color HEX #09ACDD Iris Blue

📋 copy color: '#09ACDD'

red 9 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #09ACDD

Tints of Iris Blue #09ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 2.24%
G = 42.79%
B = 54.98%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09ACDD (or 0x09ACDD) is known color: Iris Blue. HEX triplet: 09, AC and DD. RGB value is (9,172,221). Sum of RGB (Red+Green+Blue) = 9+172+221=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #09ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACDD is #F65322. Grayscale: #808080. Windows color (decimal): -16143139 or 14527497. OLE color: 14527497.

HSL color Cylindrical-coordinate representation of color #09ACDD: hue angle of 193.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ACDD is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 172 221 -
CMYK 0.96 0.22 0 0.13
HSL 193.87º 0.92% 0.45% -
HSV(B) 193.87º 0.96% 0.87% -
XYZ 27.92 34.78 73.65 -
YUV 128.85 180 42.52 -
System Red Green Blue C M Y K H S L
Decimal 9 172 221 0.96 0.22 0 0.13 193.87 0.92 0.45
Hex 9 AC DD 60 16 0 D C2 5C 2D
Octal 11 254 335 140 26 0 15 302 134 55
Binary 1001 10101100 11011101 1100000 10110 0 1101 11000010 1011100 101101

Color Harmonies of #09ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACDD

Black with #09ACDD

Text Example


Text Example

White with #09ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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