Html Css Color HEX #09ADDD Iris Blue

📋 copy color: '#09ADDD'

red 9 ◦ green 173 ◦ blue 221

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

Shades of Iris Blue #09ADDD

Tints of Iris Blue #09ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.93%

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

R = 2.23%
G = 42.93%
B = 54.84%

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

#09ADDD (or 0x09ADDD) is known color: Iris Blue. HEX triplet: 09, AD and DD. RGB value is (9,173,221). Sum of RGB (Red+Green+Blue) = 9+173+221=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #09ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADDD is #F65222. Grayscale: #818181. Windows color (decimal): -16142883 or 14527753. OLE color: 14527753.

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

Color convert

RGB 9 173 221 -
CMYK 0.96 0.22 0 0.13
HSL 193.58º 0.92% 0.45% -
HSV(B) 193.58º 0.96% 0.87% -
XYZ 28.11 35.17 73.71 -
YUV 129.44 179.67 42.1 -
System Red Green Blue C M Y K H S L
Decimal 9 173 221 0.96 0.22 0 0.13 193.58 0.92 0.45
Hex 9 AD DD 60 16 0 D C2 5C 2D
Octal 11 255 335 140 26 0 15 302 134 55
Binary 1001 10101101 11011101 1100000 10110 0 1101 11000010 1011100 101101

Color Harmonies of #09ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADDD

Black with #09ADDD

Text Example


Text Example

White with #09ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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