#AEDCEF

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

Shades of Light Blue #AEDCEF

Tints of Light Blue #AEDCEF

Color information

#AEDCEF (or 0xAEDCEF) is unknown color: approx Light Blue. HEX triplet: AE, DC and EF. RGB value is (174,220,239). Sum of RGB (Red+Green+Blue) = 174+220+239=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEDCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCEF is #512310. Grayscale: #D0D0D0. Windows color (decimal): -5317393 or 15719598. OLE color: 15719598.

HSL color Cylindrical-coordinate representation of color #AEDCEF: hue angle of 197.54º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDCEF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174220239-
CMYK0.270.0800.06
HSL197.54º67.01%80.98%-
HSV(B)197.54º27.2%93.73%-
XYZ58.6366.4291.39-
YUV208.41145.26103.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=27.49%
G=34.76%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742202390.270.0800.06197.5467.0180.98
HexAEDCEF1B806c64351
Octal256334357331006306103121
Binary10101110110111001110111111011100001101100011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCEF; }

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

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

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

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

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

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

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

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