#AEDCED

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

Shades of Light Blue #AEDCED

Tints of Light Blue #AEDCED

Color information

#AEDCED (or 0xAEDCED) is unknown color: approx Light Blue. HEX triplet: AE, DC and ED. RGB value is (174,220,237). Sum of RGB (Red+Green+Blue) = 174+220+237=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCED is #512312. Grayscale: #D0D0D0. Windows color (decimal): -5317395 or 15588526. OLE color: 15588526.

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

Color convert

RGB174220237-
CMYK0.270.0700.07
HSL196.19º63.64%80.59%-
HSV(B)196.19º26.58%92.94%-
XYZ58.3366.389.84-
YUV208.18144.26103.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.58%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=27.58%
G=34.87%
B=37.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742202370.270.0700.07196.1963.6480.59
HexAEDCED1B707c44051
Octal25633435533707304100121
Binary1010111011011100111011011101111101111100010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCED; }

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

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

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

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

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

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

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

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