#09ADC3

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

Shades of Iris Blue #09ADC3

Tints of Iris Blue #09ADC3

Color information

#09ADC3 (or 0x09ADC3) is unknown color: approx Iris Blue. HEX triplet: 09, AD and C3. RGB value is (9,173,195). Sum of RGB (Red+Green+Blue) = 9+173+195=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #09ADC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADC3 is #F6523C. Grayscale: #7E7E7E. Windows color (decimal): -16142909 or 12823817. OLE color: 12823817.

HSL color Cylindrical-coordinate representation of color #09ADC3: hue angle of 187.1º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADC3 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9173195-
CMYK0.950.1100.24
HSL187.1º91.18%40%-
HSV(B)187.1º95.38%76.47%-
XYZ24.9133.8956.86-
YUV126.47166.6744.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.39%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 195 (76.56% from 255) = 51.72%
R=2.39%
G=45.89%
B=51.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91731950.950.1100.24187.191.1840
Hex9ADC35FB018bb5b28
Octal112553031371303027313350
Binary1001101011011100001110111111011011000101110111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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