Html Css Color HEX #09ADDC Iris Blue

📋 copy color: '#09ADDC'

red 9 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #09ADDC

Tints of Iris Blue #09ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 2.24%
G = 43.03%
B = 54.73%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09ADDC (or 0x09ADDC) is known color: Iris Blue. HEX triplet: 09, AD and DC. RGB value is (9,173,220). Sum of RGB (Red+Green+Blue) = 9+173+220=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #09ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADDC is #F65223. Grayscale: #808080. Windows color (decimal): -16142884 or 14462217. OLE color: 14462217.

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

Color convert

RGB 9 173 220 -
CMYK 0.96 0.21 0 0.14
HSL 193.36º 0.92% 0.45% -
HSV(B) 193.36º 0.96% 0.86% -
XYZ 27.97 35.11 73.01 -
YUV 129.32 179.17 42.18 -
System Red Green Blue C M Y K H S L
Decimal 9 173 220 0.96 0.21 0 0.14 193.36 0.92 0.45
Hex 9 AD DC 60 15 0 E C1 5C 2D
Octal 11 255 334 140 25 0 16 301 134 55
Binary 1001 10101101 11011100 1100000 10101 0 1110 11000001 1011100 101101

Color Harmonies of #09ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADDC

Black with #09ADDC

Text Example


Text Example

White with #09ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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