#AEDCEE

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

Shades of Light Blue #AEDCEE

Tints of Light Blue #AEDCEE

Color information

#AEDCEE (or 0xAEDCEE) is unknown color: approx Light Blue. HEX triplet: AE, DC and EE. RGB value is (174,220,238). Sum of RGB (Red+Green+Blue) = 174+220+238=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCEE is #512311. Grayscale: #D0D0D0. Windows color (decimal): -5317394 or 15654062. OLE color: 15654062.

HSL color Cylindrical-coordinate representation of color #AEDCEE: hue angle of 196.88º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDCEE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174220238-
CMYK0.270.0800.07
HSL196.88º65.31%80.78%-
HSV(B)196.88º26.89%93.33%-
XYZ58.4866.3690.62-
YUV208.3144.76103.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=27.53%
G=34.81%
B=37.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742202380.270.0800.07196.8865.3180.78
HexAEDCEE1B807c54151
Octal256334356331007305101121
Binary10101110110111001110111011011100001111100010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCEE; }

 p { color: rgb(174,220,238); }

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

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

 a { background-color: rgb(174,220,238); }

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

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

 span { border-color: rgb(174,220,238); }

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