#09ACC8

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

Shades of Iris Blue #09ACC8

Tints of Iris Blue #09ACC8

Color information

#09ACC8 (or 0x09ACC8) is unknown color: approx Iris Blue. HEX triplet: 09, AC and C8. RGB value is (9,172,200). Sum of RGB (Red+Green+Blue) = 9+172+200=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #09ACC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACC8 is #F65337. Grayscale: #7E7E7E. Windows color (decimal): -16143160 or 13151241. OLE color: 13151241.

HSL color Cylindrical-coordinate representation of color #09ACC8: hue angle of 188.8º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ACC8 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9172200-
CMYK0.960.1400.22
HSL188.8º91.39%40.98%-
HSV(B)188.8º95.5%78.43%-
XYZ25.2933.7359.82-
YUV126.46169.544.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.36%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 200 (78.52% from 255) = 52.49%
R=2.36%
G=45.14%
B=52.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal91722000.960.1400.22188.891.3940.98
Hex9ACC860E016bd5b29
Octal112543101401602627513351
Binary1001101011001100100011000001110010110101111011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,172,200); }

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

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

 a { background-color: rgb(9,172,200); }

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

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

 span { border-color: rgb(9,172,200); }

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