#ACD7DE

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

Shades of Light Blue #ACD7DE

Tints of Light Blue #ACD7DE

Color information

#ACD7DE (or 0xACD7DE) is unknown color: approx Light Blue. HEX triplet: AC, D7 and DE. RGB value is (172,215,222). Sum of RGB (Red+Green+Blue) = 172+215+222=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACD7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DE is #532821. Grayscale: #CACACA. Windows color (decimal): -5449762 or 14604204. OLE color: 14604204.

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

Color convert

RGB172215222-
CMYK0.230.0300.13
HSL188.4º43.1%77.25%-
HSV(B)188.4º22.52%87.06%-
XYZ54.562.6578.33-
YUV202.94138.75105.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=28.24%
G=35.30%
B=36.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722152220.230.0300.13188.443.177.25
HexACD7DE1730Dbc2b4d
Octal25432733627301527453115
Binary101011001101011111011110101111101101101111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7DE; }

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

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

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

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

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

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

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

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