#09ADCC

Color #09ADCC Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #09ADCC

Tints of Iris Blue #09ADCC

Color information

#09ADCC (or 0x09ADCC) is unknown color: approx Iris Blue. HEX triplet: 09, AD and CC. RGB value is (9,173,204). Sum of RGB (Red+Green+Blue) = 9+173+204=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #09ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADCC is #F65233. Grayscale: #7F7F7F. Windows color (decimal): -16142900 or 13413641. OLE color: 13413641.

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

Color convert

RGB9173204-
CMYK0.960.1500.2
HSL189.54º91.55%41.76%-
HSV(B)189.54º95.59%80%-
XYZ25.9634.362.38-
YUV127.5171.1743.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.33%
GREEN value IS 173 (67.97% from 255) = 44.82%
BLUE value IS 204 (80.08% from 255) = 52.85%
R=2.33%
G=44.82%
B=52.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91732040.960.1500.2189.5491.5541.76
Hex9ADCC60F014be5c2a
Octal112553141401702427613452
Binary1001101011011100110011000001111010100101111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09ADCC;
 }
 .AnyTagClassName
 {
   color: #09ADCC;
 }
</style>
background-color css

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

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

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

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

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

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