#ACDAEA

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

Shades of Light Blue #ACDAEA

Tints of Light Blue #ACDAEA

Color information

#ACDAEA (or 0xACDAEA) is unknown color: approx Light Blue. HEX triplet: AC, DA and EA. RGB value is (172,218,234). Sum of RGB (Red+Green+Blue) = 172+218+234=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAEA is #532515. Grayscale: #CDCDCD. Windows color (decimal): -5448982 or 15391404. OLE color: 15391404.

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

Color convert

RGB172218234-
CMYK0.260.0700.08
HSL195.48º59.62%79.61%-
HSV(B)195.48º26.5%91.76%-
XYZ56.9464.8587.36-
YUV206.07143.76103.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=27.56%
G=34.94%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722182340.260.0700.08195.4859.6279.61
HexACDAEA1A708c33c50
Octal25433235232701030374120
Binary1010110011011010111010101101011101000110000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAEA; }

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

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

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

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

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

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

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

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