#AEDEEF

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

Shades of Light Blue #AEDEEF

Tints of Light Blue #AEDEEF

Color information

#AEDEEF (or 0xAEDEEF) is unknown color: approx Light Blue. HEX triplet: AE, DE and EF. RGB value is (174,222,239). Sum of RGB (Red+Green+Blue) = 174+222+239=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEEF is #512110. Grayscale: #D1D1D1. Windows color (decimal): -5316881 or 15720110. OLE color: 15720110.

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

Color convert

RGB174222239-
CMYK0.270.0700.06
HSL195.69º67.01%80.98%-
HSV(B)195.69º27.2%93.73%-
XYZ59.1667.4791.57-
YUV209.59144.6102.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.40%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=27.40%
G=34.96%
B=37.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742222390.270.0700.06195.6967.0180.98
HexAEDEEF1B706c44351
Octal25633635733706304103121
Binary1010111011011110111011111101111101101100010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEEF; }

 p { color: rgb(174,222,239); }

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

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

 a { background-color: rgb(174,222,239); }

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

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

 span { border-color: rgb(174,222,239); }

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