#ACDBE8

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

Shades of Light Blue #ACDBE8

Tints of Light Blue #ACDBE8

Color information

#ACDBE8 (or 0xACDBE8) is unknown color: approx Light Blue. HEX triplet: AC, DB and E8. RGB value is (172,219,232). Sum of RGB (Red+Green+Blue) = 172+219+232=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACDBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBE8 is #532417. Grayscale: #CECECE. Windows color (decimal): -5448728 or 15260588. OLE color: 15260588.

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

Color convert

RGB172219232-
CMYK0.260.0600.09
HSL193º56.6%79.22%-
HSV(B)193º25.86%90.98%-
XYZ56.9165.2685.94-
YUV206.43142.43103.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 232 (91.02% from 255) = 37.24%
R=27.61%
G=35.15%
B=37.24%

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
Decimal1722192320.260.0600.0919356.679.22
HexACDBE81A609c1394f
Octal25433335032601130171117
Binary1010110011011011111010001101011001001110000011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBE8; }

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

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

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

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

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

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

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

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