#ACD6DF

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

Shades of Light Blue #ACD6DF

Tints of Light Blue #ACD6DF

Color information

#ACD6DF (or 0xACD6DF) is unknown color: approx Light Blue. HEX triplet: AC, D6 and DF. RGB value is (172,214,223). Sum of RGB (Red+Green+Blue) = 172+214+223=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6DF is #532920. Grayscale: #CACACA. Windows color (decimal): -5450017 or 14669484. OLE color: 14669484.

HSL color Cylindrical-coordinate representation of color #ACD6DF: hue angle of 190.59º 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 #ACD6DF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172214223-
CMYK0.230.0400.13
HSL190.59º44.35%77.45%-
HSV(B)190.59º22.87%87.45%-
XYZ54.3862.1978.95-
YUV202.47139.59106.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=28.24%
G=35.14%
B=36.62%

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
Decimal1722142230.230.0400.13190.5944.3577.45
HexACD6DF1740Dbf2c4d
Octal25432633727401527754115
Binary1010110011010110110111111011110001101101111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6DF; }

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

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

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

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

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

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

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

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