#ACDCEB

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

Shades of Light Blue #ACDCEB

Tints of Light Blue #ACDCEB

Color information

#ACDCEB (or 0xACDCEB) is unknown color: approx Light Blue. HEX triplet: AC, DC and EB. RGB value is (172,220,235). Sum of RGB (Red+Green+Blue) = 172+220+235=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACDCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDCEB is #532314. Grayscale: #CFCFCF. Windows color (decimal): -5448469 or 15457452. OLE color: 15457452.

HSL color Cylindrical-coordinate representation of color #ACDCEB: hue angle of 194.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACDCEB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172220235-
CMYK0.270.0600.08
HSL194.29º61.17%79.8%-
HSV(B)194.29º26.81%92.16%-
XYZ57.665.9688.29-
YUV207.36143.6102.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.43%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=27.43%
G=35.09%
B=37.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722202350.270.0600.08194.2961.1779.8
HexACDCEB1B608c23d50
Octal25433435333601030275120
Binary1010110011011100111010111101111001000110000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCEB; }

 p { color: rgb(172,220,235); }

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

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

 a { background-color: rgb(172,220,235); }

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

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

 span { border-color: rgb(172,220,235); }

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