#AEDDF7

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

Shades of Light Blue #AEDDF7

Tints of Light Blue #AEDDF7

Color information

#AEDDF7 (or 0xAEDDF7) is unknown color: approx Light Blue. HEX triplet: AE, DD and F7. RGB value is (174,221,247). Sum of RGB (Red+Green+Blue) = 174+221+247=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEDDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF7 is #512208. Grayscale: #D1D1D1. Windows color (decimal): -5317129 or 16244142. OLE color: 16244142.

HSL color Cylindrical-coordinate representation of color #AEDDF7: hue angle of 201.37º 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 #AEDDF7 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174221247-
CMYK0.300.1100.03
HSL201.37º82.02%82.55%-
HSV(B)201.37º29.55%96.86%-
XYZ60.167.4397.84-
YUV209.91148.93102.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.10%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=27.10%
G=34.42%
B=38.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742212470.300.1100.03201.3782.0282.55
HexAEDDF71EB03c95253
Octal256335367361303311122123
Binary1010111011011101111101111111010110111100100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDF7; }

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

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

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

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

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

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

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

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