#ACDEEA

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

Shades of Light Blue #ACDEEA

Tints of Light Blue #ACDEEA

Color information

#ACDEEA (or 0xACDEEA) is unknown color: approx Light Blue. HEX triplet: AC, DE and EA. RGB value is (172,222,234). Sum of RGB (Red+Green+Blue) = 172+222+234=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEEA is #532115. Grayscale: #D0D0D0. Windows color (decimal): -5447958 or 15392428. OLE color: 15392428.

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

Color convert

RGB172222234-
CMYK0.260.0500.08
HSL191.61º59.62%79.61%-
HSV(B)191.61º26.5%91.76%-
XYZ57.9966.9587.71-
YUV208.42142.44102.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=27.39%
G=35.35%
B=37.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722222340.260.0500.08191.6159.6279.61
HexACDEEA1A508c03c50
Octal25433635232501030074120
Binary1010110011011110111010101101010101000110000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEEA; }

 p { color: rgb(172,222,234); }

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

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

 a { background-color: rgb(172,222,234); }

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

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

 span { border-color: rgb(172,222,234); }

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