#AEDFEC

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

Shades of Light Blue #AEDFEC

Tints of Light Blue #AEDFEC

Color information

#AEDFEC (or 0xAEDFEC) is unknown color: approx Light Blue. HEX triplet: AE, DF and EC. RGB value is (174,223,236). Sum of RGB (Red+Green+Blue) = 174+223+236=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFEC is #512013. Grayscale: #D1D1D1. Windows color (decimal): -5316628 or 15523758. OLE color: 15523758.

HSL color Cylindrical-coordinate representation of color #AEDFEC: hue angle of 192.58º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDFEC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174223236-
CMYK0.260.0600.07
HSL192.58º62%80.39%-
HSV(B)192.58º26.27%92.55%-
XYZ58.9867.8389.34-
YUV209.83142.77102.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=27.49%
G=35.23%
B=37.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742232360.260.0600.07192.586280.39
HexAEDFEC1A607c13e50
Octal2563373543260730176120
Binary101011101101111111101100110101100111110000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFEC; }

 p { color: rgb(174,223,236); }

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

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

 a { background-color: rgb(174,223,236); }

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

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

 span { border-color: rgb(174,223,236); }

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