#ACDDEE

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

Shades of Light Blue #ACDDEE

Tints of Light Blue #ACDDEE

Color information

#ACDDEE (or 0xACDDEE) is unknown color: approx Light Blue. HEX triplet: AC, DD and EE. RGB value is (172,221,238). Sum of RGB (Red+Green+Blue) = 172+221+238=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDEE is #532211. Grayscale: #D0D0D0. Windows color (decimal): -5448210 or 15654316. OLE color: 15654316.

HSL color Cylindrical-coordinate representation of color #ACDDEE: hue angle of 195.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDDEE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172221238-
CMYK0.280.0700.07
HSL195.45º66%80.39%-
HSV(B)195.45º27.73%93.33%-
XYZ58.366.6690.68-
YUV208.29144.77102.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=27.26%
G=35.02%
B=37.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722212380.280.0700.07195.456680.39
HexACDDEE1C707c34250
Octal25433535634707303102120
Binary1010110011011101111011101110011101111100001110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDEE; }

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

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

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

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

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

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

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

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