Html Css Color HEX #09ADCD Iris Blue

📋 copy color: '#09ADCD'

red 9 ◦ green 173 ◦ blue 205

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

Shades of Iris Blue #09ADCD

Tints of Iris Blue #09ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 2.33%
G = 44.7%
B = 52.97%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09ADCD (or 0x09ADCD) is known color: Iris Blue. HEX triplet: 09, AD and CD. RGB value is (9,173,205). Sum of RGB (Red+Green+Blue) = 9+173+205=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #09ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADCD is #F65232. Grayscale: #7F7F7F. Windows color (decimal): -16142899 or 13479177. OLE color: 13479177.

HSL color Cylindrical-coordinate representation of color #09ADCD: hue angle of 189.8º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ADCD is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 173 205 -
CMYK 0.96 0.16 0 0.20
HSL 189.8º 0.92% 0.42% -
HSV(B) 189.8º 0.96% 0.8% -
XYZ 26.08 34.35 63.01 -
YUV 127.61 171.67 43.4 -
System Red Green Blue C M Y K H S L
Decimal 9 173 205 0.96 0.16 0 0.20 189.8 0.92 0.42
Hex 9 AD CD 60 10 0 14 BE 5C 2A
Octal 11 255 315 140 20 0 24 276 134 52
Binary 1001 10101101 11001101 1100000 10000 0 10100 10111110 1011100 101010

Color Harmonies of #09ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADCD

Black with #09ADCD

Text Example


Text Example

White with #09ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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