#ACD9EB

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

Shades of Light Blue #ACD9EB

Tints of Light Blue #ACD9EB

Color information

#ACD9EB (or 0xACD9EB) is unknown color: approx Light Blue. HEX triplet: AC, D9 and EB. RGB value is (172,217,235). Sum of RGB (Red+Green+Blue) = 172+217+235=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9EB is #532614. Grayscale: #CDCDCD. Windows color (decimal): -5449237 or 15456684. OLE color: 15456684.

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

Color convert

RGB172217235-
CMYK0.270.0800.08
HSL197.14º61.17%79.8%-
HSV(B)197.14º26.81%92.16%-
XYZ56.8264.3988.03-
YUV205.6144.59104.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 217 (85.16% from 255) = 34.78%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=27.56%
G=34.78%
B=37.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722172350.270.0800.08197.1461.1779.8
HexACD9EB1B808c53d50
Octal254331353331001030575120
Binary10101100110110011110101111011100001000110001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9EB; }

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

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

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

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

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

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

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

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