#ACDBE9

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

Shades of Light Blue #ACDBE9

Tints of Light Blue #ACDBE9

Color information

#ACDBE9 (or 0xACDBE9) is unknown color: approx Light Blue. HEX triplet: AC, DB and E9. RGB value is (172,219,233). Sum of RGB (Red+Green+Blue) = 172+219+233=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACDBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBE9 is #532416. Grayscale: #CECECE. Windows color (decimal): -5448727 or 15326124. OLE color: 15326124.

HSL color Cylindrical-coordinate representation of color #ACDBE9: hue angle of 193.77º 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 #ACDBE9 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172219233-
CMYK0.260.0600.09
HSL193.77º58.1%79.41%-
HSV(B)193.77º26.18%91.37%-
XYZ57.0565.3286.69-
YUV206.54142.93103.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=27.56%
G=35.10%
B=37.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722192330.260.0600.09193.7758.179.41
HexACDBE91A609c23a4f
Octal25433335132601130272117
Binary1010110011011011111010011101011001001110000101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBE9; }

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

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

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

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

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

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

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

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