#ACD9E1

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

Shades of Light Blue #ACD9E1

Tints of Light Blue #ACD9E1

Color information

#ACD9E1 (or 0xACD9E1) is unknown color: approx Light Blue. HEX triplet: AC, D9 and E1. RGB value is (172,217,225). Sum of RGB (Red+Green+Blue) = 172+217+225=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACD9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9E1 is #53261E. Grayscale: #CCCCCC. Windows color (decimal): -5449247 or 14801324. OLE color: 14801324.

HSL color Cylindrical-coordinate representation of color #ACD9E1: hue angle of 189.06º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACD9E1 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172217225-
CMYK0.240.0400.12
HSL189.06º46.9%77.84%-
HSV(B)189.06º23.56%88.24%-
XYZ55.4263.8380.63-
YUV204.46139.59104.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=28.01%
G=35.34%
B=36.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722172250.240.0400.12189.0646.977.84
HexACD9E11840Cbd2f4e
Octal25433134130401427557116
Binary1010110011011001111000011100010001100101111011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9E1; }

 p { color: rgb(172,217,225); }

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

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

 a { background-color: rgb(172,217,225); }

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

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

 span { border-color: rgb(172,217,225); }

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