#AEDEED

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

Shades of Light Blue #AEDEED

Tints of Light Blue #AEDEED

Color information

#AEDEED (or 0xAEDEED) is unknown color: approx Light Blue. HEX triplet: AE, DE and ED. RGB value is (174,222,237). Sum of RGB (Red+Green+Blue) = 174+222+237=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEED is #512112. Grayscale: #D1D1D1. Windows color (decimal): -5316883 or 15589038. OLE color: 15589038.

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

Color convert

RGB174222237-
CMYK0.270.0600.07
HSL194.29º63.64%80.59%-
HSV(B)194.29º26.58%92.94%-
XYZ58.8667.3690.02-
YUV209.36143.6102.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=27.49%
G=35.07%
B=37.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742222370.270.0600.07194.2963.6480.59
HexAEDEED1B607c24051
Octal25633635533607302100121
Binary1010111011011110111011011101111001111100001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEED; }

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

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

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

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

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

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

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

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