#ACDDEB

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

Shades of Light Blue #ACDDEB

Tints of Light Blue #ACDDEB

Color information

#ACDDEB (or 0xACDDEB) is unknown color: approx Light Blue. HEX triplet: AC, DD and EB. RGB value is (172,221,235). Sum of RGB (Red+Green+Blue) = 172+221+235=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACDDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDEB is #532214. Grayscale: #CFCFCF. Windows color (decimal): -5448213 or 15457708. OLE color: 15457708.

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

Color convert

RGB172221235-
CMYK0.270.0600.08
HSL193.33º61.17%79.8%-
HSV(B)193.33º26.81%92.16%-
XYZ57.8766.4888.38-
YUV207.94143.27102.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=27.39%
G=35.19%
B=37.42%

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
Decimal1722212350.270.0600.08193.3361.1779.8
HexACDDEB1B608c13d50
Octal25433535333601030175120
Binary1010110011011101111010111101111001000110000011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDEB; }

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

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

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

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

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

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

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

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