#AEDDEE

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

Shades of Light Blue #AEDDEE

Tints of Light Blue #AEDDEE

Color information

#AEDDEE (or 0xAEDDEE) is unknown color: approx Light Blue. HEX triplet: AE, DD and EE. RGB value is (174,221,238). Sum of RGB (Red+Green+Blue) = 174+221+238=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDEE is #512211. Grayscale: #D0D0D0. Windows color (decimal): -5317138 or 15654318. OLE color: 15654318.

HSL color Cylindrical-coordinate representation of color #AEDDEE: hue angle of 195.94º 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 #AEDDEE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174221238-
CMYK0.270.0700.07
HSL195.94º65.31%80.78%-
HSV(B)195.94º26.89%93.33%-
XYZ58.7466.8890.7-
YUV208.88144.43103.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=27.49%
G=34.91%
B=37.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742212380.270.0700.07195.9465.3180.78
HexAEDDEE1B707c44151
Octal25633535633707304101121
Binary1010111011011101111011101101111101111100010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDEE; }

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

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

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

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

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

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

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

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