#AED9ED

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

Shades of Light Blue #AED9ED

Tints of Light Blue #AED9ED

Color information

#AED9ED (or 0xAED9ED) is unknown color: approx Light Blue. HEX triplet: AE, D9 and ED. RGB value is (174,217,237). Sum of RGB (Red+Green+Blue) = 174+217+237=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9ED is #512612. Grayscale: #CECECE. Windows color (decimal): -5318163 or 15587758. OLE color: 15587758.

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

Color convert

RGB174217237-
CMYK0.270.0800.07
HSL199.05º63.64%80.59%-
HSV(B)199.05º26.58%92.94%-
XYZ57.5564.7489.58-
YUV206.42145.25104.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.71%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=27.71%
G=34.55%
B=37.74%

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
Decimal1742172370.270.0800.07199.0563.6480.59
HexAED9ED1B807c74051
Octal256331355331007307100121
Binary10101110110110011110110111011100001111100011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9ED; }

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

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

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

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

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

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

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

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