#AED8EE

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

Shades of Light Blue #AED8EE

Tints of Light Blue #AED8EE

Color information

#AED8EE (or 0xAED8EE) is unknown color: approx Light Blue. HEX triplet: AE, D8 and EE. RGB value is (174,216,238). Sum of RGB (Red+Green+Blue) = 174+216+238=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #AED8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8EE is #512711. Grayscale: #CDCDCD. Windows color (decimal): -5318418 or 15653038. OLE color: 15653038.

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

Color convert

RGB174216238-
CMYK0.270.0900.07
HSL200.62º65.31%80.78%-
HSV(B)200.62º26.89%93.33%-
XYZ57.4464.2890.27-
YUV205.95146.09105.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.71%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=27.71%
G=34.39%
B=37.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742162380.270.0900.07200.6265.3180.78
HexAED8EE1B907c94151
Octal256330356331107311101121
Binary10101110110110001110111011011100101111100100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8EE; }

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

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

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

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

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

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

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

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