#ACDAEC

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

Shades of Light Blue #ACDAEC

Tints of Light Blue #ACDAEC

Color information

#ACDAEC (or 0xACDAEC) is unknown color: approx Light Blue. HEX triplet: AC, DA and EC. RGB value is (172,218,236). Sum of RGB (Red+Green+Blue) = 172+218+236=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAEC is #532513. Grayscale: #CECECE. Windows color (decimal): -5448980 or 15522476. OLE color: 15522476.

HSL color Cylindrical-coordinate representation of color #ACDAEC: hue angle of 196.88º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDAEC is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172218236-
CMYK0.270.0800.07
HSL196.88º62.75%80%-
HSV(B)196.88º27.12%92.55%-
XYZ57.2264.9788.88-
YUV206.3144.76103.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=27.48%
G=34.82%
B=37.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722182360.270.0800.07196.8862.7580
HexACDAEC1B807c53f50
Octal25433235433100730577120
Binary1010110011011010111011001101110000111110001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAEC; }

 p { color: rgb(172,218,236); }

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

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

 a { background-color: rgb(172,218,236); }

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

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

 span { border-color: rgb(172,218,236); }

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