#AEDFF1

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

Shades of Light Blue #AEDFF1

Tints of Light Blue #AEDFF1

Color information

#AEDFF1 (or 0xAEDFF1) is unknown color: approx Light Blue. HEX triplet: AE, DF and F1. RGB value is (174,223,241). Sum of RGB (Red+Green+Blue) = 174+223+241=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF1 is #51200E. Grayscale: #D2D2D2. Windows color (decimal): -5316623 or 15851438. OLE color: 15851438.

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

Color convert

RGB174223241-
CMYK0.280.0700.05
HSL196.12º70.53%81.37%-
HSV(B)196.12º27.8%94.51%-
XYZ59.7268.1293.22-
YUV210.4145.27102.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=27.27%
G=34.95%
B=37.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742232410.280.0700.05196.1270.5381.37
HexAEDFF11C705c44751
Octal25633736134705304107121
Binary1010111011011111111100011110011101011100010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFF1; }

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

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

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

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

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

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

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

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