#AEDCF2

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

Shades of Light Blue #AEDCF2

Tints of Light Blue #AEDCF2

Color information

#AEDCF2 (or 0xAEDCF2) is unknown color: approx Light Blue. HEX triplet: AE, DC and F2. RGB value is (174,220,242). Sum of RGB (Red+Green+Blue) = 174+220+242=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEDCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF2 is #51230D. Grayscale: #D0D0D0. Windows color (decimal): -5317390 or 15916206. OLE color: 15916206.

HSL color Cylindrical-coordinate representation of color #AEDCF2: hue angle of 199.41º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDCF2 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174220242-
CMYK0.280.0900.05
HSL199.41º72.34%81.57%-
HSV(B)199.41º28.1%94.9%-
XYZ59.0866.693.75-
YUV208.75146.76103.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.36%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 242 (94.92% from 255) = 38.05%
R=27.36%
G=34.59%
B=38.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742202420.280.0900.05199.4172.3481.57
HexAEDCF21C905c74852
Octal256334362341105307110122
Binary10101110110111001111001011100100101011100011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCF2; }

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

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

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

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

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

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

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

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