#ACDDEC

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

Shades of Light Blue #ACDDEC

Tints of Light Blue #ACDDEC

Color information

#ACDDEC (or 0xACDDEC) is unknown color: approx Light Blue. HEX triplet: AC, DD and EC. RGB value is (172,221,236). Sum of RGB (Red+Green+Blue) = 172+221+236=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDEC is #532213. Grayscale: #CFCFCF. Windows color (decimal): -5448212 or 15523244. OLE color: 15523244.

HSL color Cylindrical-coordinate representation of color #ACDDEC: hue angle of 194.06º 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 #ACDDEC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172221236-
CMYK0.270.0600.07
HSL194.06º62.75%80%-
HSV(B)194.06º27.12%92.55%-
XYZ58.0166.5489.14-
YUV208.06143.77102.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.34%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=27.34%
G=35.14%
B=37.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722212360.270.0600.07194.0662.7580
HexACDDEC1B607c23f50
Octal2543353543360730277120
Binary101011001101110111101100110111100111110000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDEC; }

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

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

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

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

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

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

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

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