#AED8ED

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

Shades of Light Blue #AED8ED

Tints of Light Blue #AED8ED

Color information

#AED8ED (or 0xAED8ED) is unknown color: approx Light Blue. HEX triplet: AE, D8 and ED. RGB value is (174,216,237). Sum of RGB (Red+Green+Blue) = 174+216+237=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8ED is #512712. Grayscale: #CDCDCD. Windows color (decimal): -5318419 or 15587502. OLE color: 15587502.

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

Color convert

RGB174216237-
CMYK0.270.0900.07
HSL200º63.64%80.59%-
HSV(B)200º26.58%92.94%-
XYZ57.364.2289.5-
YUV205.84145.59105.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.75%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=27.75%
G=34.45%
B=37.80%

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
Decimal1742162370.270.0900.0720063.6480.59
HexAED8ED1B907c84051
Octal256330355331107310100121
Binary10101110110110001110110111011100101111100100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8ED; }

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

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

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

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

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

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

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

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