#ACDCE9

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

Shades of Light Blue #ACDCE9

Tints of Light Blue #ACDCE9

Color information

#ACDCE9 (or 0xACDCE9) is unknown color: approx Light Blue. HEX triplet: AC, DC and E9. RGB value is (172,220,233). Sum of RGB (Red+Green+Blue) = 172+220+233=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACDCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCE9 is #532316. Grayscale: #CFCFCF. Windows color (decimal): -5448471 or 15326380. OLE color: 15326380.

HSL color Cylindrical-coordinate representation of color #ACDCE9: hue angle of 192.79º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDCE9 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172220233-
CMYK0.260.0600.09
HSL192.79º58.1%79.41%-
HSV(B)192.79º26.18%91.37%-
XYZ57.3165.8486.78-
YUV207.13142.6102.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=27.52%
G=35.2%
B=37.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722202330.260.0600.09192.7958.179.41
HexACDCE91A609c13a4f
Octal25433435132601130172117
Binary1010110011011100111010011101011001001110000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCE9; }

 p { color: rgb(172,220,233); }

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

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

 a { background-color: rgb(172,220,233); }

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

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

 span { border-color: rgb(172,220,233); }

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