#ACD8ED

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

Shades of Light Blue #ACD8ED

Tints of Light Blue #ACD8ED

Color information

#ACD8ED (or 0xACD8ED) is unknown color: approx Light Blue. HEX triplet: AC, D8 and ED. RGB value is (172,216,237). Sum of RGB (Red+Green+Blue) = 172+216+237=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8ED is #532712. Grayscale: #CDCDCD. Windows color (decimal): -5449491 or 15587500. OLE color: 15587500.

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

Color convert

RGB172216237-
CMYK0.270.0900.07
HSL199.38º64.36%80.2%-
HSV(B)199.38º27.43%92.94%-
XYZ56.866489.48-
YUV205.24145.92104.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=27.52%
G=34.56%
B=37.92%

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
Decimal1722162370.270.0900.07199.3864.3680.2
HexACD8ED1B907c74050
Octal254330355331107307100120
Binary10101100110110001110110111011100101111100011110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8ED; }

 p { color: rgb(172,216,237); }

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

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

 a { background-color: rgb(172,216,237); }

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

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

 span { border-color: rgb(172,216,237); }

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