Html Css Color HEX #AED6EC Light Blue

📋 copy color: '#AED6EC'

red 174 ◦ green 214 ◦ blue 236

#AED6EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #AED6EC

Tints of Light Blue #AED6EC

RGB

 RED value IS 174 (68.36% from 255) = 27.88%

 GREEN value IS 214 (83.98% from 255) = 34.29%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 27.88%
G = 34.29%
B = 37.82%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AED6EC (or 0xAED6EC) is known color: Light Blue. HEX triplet: AE, D6 and EC. RGB value is (174,214,236). Sum of RGB (Red+Green+Blue) = 174+214+236=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6EC is #512913. Grayscale: #CCCCCC. Windows color (decimal): -5318932 or 15521454. OLE color: 15521454.

HSL color Cylindrical-coordinate representation of color #AED6EC: hue angle of 201.29º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED6EC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 214 236 -
CMYK 0.26 0.09 0 0.07
HSL 201.29º 0.62% 0.8% -
HSV(B) 201.29º 0.26% 0.93% -
XYZ 56.64 63.15 88.56 -
YUV 204.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 174 214 236 0.26 0.09 0 0.07 201.29 0.62 0.8
Hex AE D6 EC 1A 9 0 7 C9 3E 50
Octal 256 326 354 32 11 0 7 311 76 120
Binary 10101110 11010110 11101100 11010 1001 0 111 11001001 111110 1010000

Color Harmonies of #AED6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6EC

Black with #AED6EC

Text Example


Text Example

White with #AED6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6EC; }

 p { color: rgb(174,214,236); }

 H1.HeaderClassName
 {
   color: #AED6EC;
 }
 .AnyTagClassName
 {
   color: #AED6EC;
 }
</style>

background-color css

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

 a { background-color: rgb(174,214,236); }

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

border-color css

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

 span { border-color: rgb(174,214,236); }

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