#AEDAEE

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

Shades of Light Blue #AEDAEE

Tints of Light Blue #AEDAEE

Color information

#AEDAEE (or 0xAEDAEE) is unknown color: approx Light Blue. HEX triplet: AE, DA and EE. RGB value is (174,218,238). Sum of RGB (Red+Green+Blue) = 174+218+238=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAEE is #512511. Grayscale: #CFCFCF. Windows color (decimal): -5317906 or 15653550. OLE color: 15653550.

HSL color Cylindrical-coordinate representation of color #AEDAEE: hue angle of 198.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDAEE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174218238-
CMYK0.270.0800.07
HSL198.75º65.31%80.78%-
HSV(B)198.75º26.89%93.33%-
XYZ57.9665.3190.44-
YUV207.12145.42104.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.62%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=27.62%
G=34.60%
B=37.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742182380.270.0800.07198.7565.3180.78
HexAEDAEE1B807c74151
Octal256332356331007307101121
Binary10101110110110101110111011011100001111100011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAEE; }

 p { color: rgb(174,218,238); }

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

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

 a { background-color: rgb(174,218,238); }

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

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

 span { border-color: rgb(174,218,238); }

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