#ACDDE9

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

Shades of Light Blue #ACDDE9

Tints of Light Blue #ACDDE9

Color information

#ACDDE9 (or 0xACDDE9) is unknown color: approx Light Blue. HEX triplet: AC, DD and E9. RGB value is (172,221,233). Sum of RGB (Red+Green+Blue) = 172+221+233=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACDDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDE9 is #532216. Grayscale: #CFCFCF. Windows color (decimal): -5448215 or 15326636. OLE color: 15326636.

HSL color Cylindrical-coordinate representation of color #ACDDE9: hue angle of 191.8º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDDE9 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172221233-
CMYK0.260.0500.09
HSL191.8º58.1%79.41%-
HSV(B)191.8º26.18%91.37%-
XYZ57.5866.3786.87-
YUV207.72142.27102.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=27.48%
G=35.30%
B=37.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722212330.260.0500.09191.858.179.41
HexACDDE91A509c03a4f
Octal25433535132501130072117
Binary1010110011011101111010011101010101001110000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDE9; }

 p { color: rgb(172,221,233); }

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

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

 a { background-color: rgb(172,221,233); }

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

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

 span { border-color: rgb(172,221,233); }

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