#ACD9EA

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

Shades of Light Blue #ACD9EA

Tints of Light Blue #ACD9EA

Color information

#ACD9EA (or 0xACD9EA) is unknown color: approx Light Blue. HEX triplet: AC, D9 and EA. RGB value is (172,217,234). Sum of RGB (Red+Green+Blue) = 172+217+234=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9EA is #532615. Grayscale: #CDCDCD. Windows color (decimal): -5449238 or 15391148. OLE color: 15391148.

HSL color Cylindrical-coordinate representation of color #ACD9EA: hue angle of 196.45º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD9EA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172217234-
CMYK0.260.0700.08
HSL196.45º59.62%79.61%-
HSV(B)196.45º26.5%91.76%-
XYZ56.6864.3487.27-
YUV205.48144.09104.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=27.61%
G=34.83%
B=37.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722172340.260.0700.08196.4559.6279.61
HexACD9EA1A708c43c50
Octal25433135232701030474120
Binary1010110011011001111010101101011101000110001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9EA; }

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

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

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

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

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

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

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

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