#AEDFF7

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

Shades of Light Blue #AEDFF7

Tints of Light Blue #AEDFF7

Color information

#AEDFF7 (or 0xAEDFF7) is unknown color: approx Light Blue. HEX triplet: AE, DF and F7. RGB value is (174,223,247). Sum of RGB (Red+Green+Blue) = 174+223+247=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEDFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF7 is #512008. Grayscale: #D2D2D2. Windows color (decimal): -5316617 or 16244654. OLE color: 16244654.

HSL color Cylindrical-coordinate representation of color #AEDFF7: hue angle of 199.73º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDFF7 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174223247-
CMYK0.300.1000.03
HSL199.73º82.02%82.55%-
HSV(B)199.73º29.55%96.86%-
XYZ60.6368.4998.02-
YUV211.08148.27101.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 247 (96.88% from 255) = 38.35%
R=27.02%
G=34.63%
B=38.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742232470.300.1000.03199.7382.0282.55
HexAEDFF71EA03c85253
Octal256337367361203310122123
Binary1010111011011111111101111111010100111100100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFF7; }

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

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

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

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

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

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

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

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