#AEDEEC

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

Shades of Light Blue #AEDEEC

Tints of Light Blue #AEDEEC

Color information

#AEDEEC (or 0xAEDEEC) is unknown color: approx Light Blue. HEX triplet: AE, DE and EC. RGB value is (174,222,236). Sum of RGB (Red+Green+Blue) = 174+222+236=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEEC is #512113. Grayscale: #D1D1D1. Windows color (decimal): -5316884 or 15523502. OLE color: 15523502.

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

Color convert

RGB174222236-
CMYK0.260.0600.07
HSL193.55º62%80.39%-
HSV(B)193.55º26.27%92.55%-
XYZ58.7267.389.25-
YUV209.24143.1102.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=27.53%
G=35.13%
B=37.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742222360.260.0600.07193.556280.39
HexAEDEEC1A607c23e50
Octal2563363543260730276120
Binary101011101101111011101100110101100111110000101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEEC; }

 p { color: rgb(174,222,236); }

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

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

 a { background-color: rgb(174,222,236); }

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

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

 span { border-color: rgb(174,222,236); }

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