#AEDFF5

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

Shades of Light Blue #AEDFF5

Tints of Light Blue #AEDFF5

Color information

#AEDFF5 (or 0xAEDFF5) is unknown color: approx Light Blue. HEX triplet: AE, DF and F5. RGB value is (174,223,245). Sum of RGB (Red+Green+Blue) = 174+223+245=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEDFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF5 is #51200A. Grayscale: #D2D2D2. Windows color (decimal): -5316619 or 16113582. OLE color: 16113582.

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

Color convert

RGB174223245-
CMYK0.290.0900.04
HSL198.59º78.02%82.16%-
HSV(B)198.59º28.98%96.08%-
XYZ60.3268.3796.4-
YUV210.86147.27101.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.10%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 245 (96.09% from 255) = 38.16%
R=27.10%
G=34.74%
B=38.16%

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
Decimal1742232450.290.0900.04198.5978.0282.16
HexAEDFF51D904c74e52
Octal256337365351104307116122
Binary10101110110111111111010111101100101001100011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFF5; }

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

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

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

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

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

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

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

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