#AEDFF4

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

Shades of Light Blue #AEDFF4

Tints of Light Blue #AEDFF4

Color information

#AEDFF4 (or 0xAEDFF4) is unknown color: approx Light Blue. HEX triplet: AE, DF and F4. RGB value is (174,223,244). Sum of RGB (Red+Green+Blue) = 174+223+244=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEDFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF4 is #51200B. Grayscale: #D2D2D2. Windows color (decimal): -5316620 or 16048046. OLE color: 16048046.

HSL color Cylindrical-coordinate representation of color #AEDFF4: hue angle of 198º degrees, saturation: 0.76, 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 #AEDFF4 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174223244-
CMYK0.290.0900.04
HSL198º76.09%81.96%-
HSV(B)198º28.69%95.69%-
XYZ60.1768.3195.6-
YUV210.74146.77101.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 244 (95.70% from 255) = 38.07%
R=27.15%
G=34.79%
B=38.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742232440.290.0900.0419876.0981.96
HexAEDFF41D904c64c52
Octal256337364351104306114122
Binary10101110110111111111010011101100101001100011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFF4; }

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

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

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

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

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

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

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

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