#AEDDF6

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

Shades of Light Blue #AEDDF6

Tints of Light Blue #AEDDF6

Color information

#AEDDF6 (or 0xAEDDF6) is unknown color: approx Light Blue. HEX triplet: AE, DD and F6. RGB value is (174,221,246). Sum of RGB (Red+Green+Blue) = 174+221+246=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEDDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF6 is #512209. Grayscale: #D1D1D1. Windows color (decimal): -5317130 or 16178606. OLE color: 16178606.

HSL color Cylindrical-coordinate representation of color #AEDDF6: hue angle of 200.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDDF6 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174221246-
CMYK0.290.1000.04
HSL200.83º80%82.35%-
HSV(B)200.83º29.27%96.47%-
XYZ59.9567.3797.03-
YUV209.8148.43102.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=27.15%
G=34.48%
B=38.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742212460.290.1000.04200.838082.35
HexAEDDF61DA04c95052
Octal256335366351204311120122
Binary10101110110111011111011011101101001001100100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDF6; }

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

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

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

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

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

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

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

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