#ACDAE6

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

Shades of Light Blue #ACDAE6

Tints of Light Blue #ACDAE6

Color information

#ACDAE6 (or 0xACDAE6) is unknown color: approx Light Blue. HEX triplet: AC, DA and E6. RGB value is (172,218,230). Sum of RGB (Red+Green+Blue) = 172+218+230=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACDAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAE6 is #532519. Grayscale: #CDCDCD. Windows color (decimal): -5448986 or 15129260. OLE color: 15129260.

HSL color Cylindrical-coordinate representation of color #ACDAE6: hue angle of 192.41º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDAE6 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172218230-
CMYK0.250.0500.10
HSL192.41º53.7%78.82%-
HSV(B)192.41º25.22%90.2%-
XYZ56.3764.6384.37-
YUV205.61141.76104.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=27.74%
G=35.16%
B=37.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722182300.250.0500.10192.4153.778.82
HexACDAE61950Ac0364f
Octal25433234631501230066117
Binary1010110011011010111001101100110101010110000001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAE6; }

 p { color: rgb(172,218,230); }

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

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

 a { background-color: rgb(172,218,230); }

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

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

 span { border-color: rgb(172,218,230); }

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