#AEDFF3

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

Shades of Light Blue #AEDFF3

Tints of Light Blue #AEDFF3

Color information

#AEDFF3 (or 0xAEDFF3) is unknown color: approx Light Blue. HEX triplet: AE, DF and F3. RGB value is (174,223,243). Sum of RGB (Red+Green+Blue) = 174+223+243=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEDFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF3 is #51200C. Grayscale: #D2D2D2. Windows color (decimal): -5316621 or 15982510. OLE color: 15982510.

HSL color Cylindrical-coordinate representation of color #AEDFF3: hue angle of 197.39º degrees, saturation: 0.74, 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 #AEDFF3 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174223243-
CMYK0.280.0800.05
HSL197.39º74.19%81.76%-
HSV(B)197.39º28.4%95.29%-
XYZ60.0268.2594.8-
YUV210.63146.27101.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=27.19%
G=34.84%
B=37.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742232430.280.0800.05197.3974.1981.76
HexAEDFF31C805c54a52
Octal256337363341005305112122
Binary10101110110111111111001111100100001011100010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFF3; }

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

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

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

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

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

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

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

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