#ACD7EC

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

Shades of Light Blue #ACD7EC

Tints of Light Blue #ACD7EC

Color information

#ACD7EC (or 0xACD7EC) is unknown color: approx Light Blue. HEX triplet: AC, D7 and EC. RGB value is (172,215,236). Sum of RGB (Red+Green+Blue) = 172+215+236=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7EC is #532813. Grayscale: #CCCCCC. Windows color (decimal): -5449748 or 15521708. OLE color: 15521708.

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

Color convert

RGB172215236-
CMYK0.270.0900.07
HSL199.69º62.75%80%-
HSV(B)199.69º27.12%92.55%-
XYZ56.4563.4388.62-
YUV204.54145.75104.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=27.61%
G=34.51%
B=37.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722152360.270.0900.07199.6962.7580
HexACD7EC1B907c83f50
Octal25432735433110731077120
Binary1010110011010111111011001101110010111110010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7EC; }

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

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

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

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

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

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

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

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