#ACDBEC

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

Shades of Light Blue #ACDBEC

Tints of Light Blue #ACDBEC

Color information

#ACDBEC (or 0xACDBEC) is unknown color: approx Light Blue. HEX triplet: AC, DB and EC. RGB value is (172,219,236). Sum of RGB (Red+Green+Blue) = 172+219+236=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDBEC is #532413. Grayscale: #CECECE. Windows color (decimal): -5448724 or 15522732. OLE color: 15522732.

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

Color convert

RGB172219236-
CMYK0.270.0700.07
HSL195.94º62.75%80%-
HSV(B)195.94º27.12%92.55%-
XYZ57.4965.4988.97-
YUV206.88144.43103.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.43%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=27.43%
G=34.93%
B=37.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722192360.270.0700.07195.9462.7580
HexACDBEC1B707c43f50
Octal2543333543370730477120
Binary101011001101101111101100110111110111110001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBEC; }

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

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

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

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

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

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

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

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