#ACD7DF

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

Shades of Light Blue #ACD7DF

Tints of Light Blue #ACD7DF

Color information

#ACD7DF (or 0xACD7DF) is unknown color: approx Light Blue. HEX triplet: AC, D7 and DF. RGB value is (172,215,223). Sum of RGB (Red+Green+Blue) = 172+215+223=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DF is #532820. Grayscale: #CACACA. Windows color (decimal): -5449761 or 14669740. OLE color: 14669740.

HSL color Cylindrical-coordinate representation of color #ACD7DF: hue angle of 189.41º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD7DF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172215223-
CMYK0.230.0400.13
HSL189.41º44.35%77.45%-
HSV(B)189.41º22.87%87.45%-
XYZ54.6362.779.03-
YUV203.05139.25105.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=28.20%
G=35.25%
B=36.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722152230.230.0400.13189.4144.3577.45
HexACD7DF1740Dbd2c4d
Octal25432733727401527554115
Binary1010110011010111110111111011110001101101111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7DF; }

 p { color: rgb(172,215,223); }

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

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

 a { background-color: rgb(172,215,223); }

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

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

 span { border-color: rgb(172,215,223); }

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