Html Css Color HEX #AED8EC Light Blue

📋 copy color: '#AED8EC'

red 174 ◦ green 216 ◦ blue 236

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

Shades of Light Blue #AED8EC

Tints of Light Blue #AED8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.5%

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

R = 27.8%
G = 34.5%
B = 37.7%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AED8EC (or 0xAED8EC) is known color: Light Blue. HEX triplet: AE, D8 and EC. RGB value is (174,216,236). Sum of RGB (Red+Green+Blue) = 174+216+236=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8EC is #512713. Grayscale: #CDCDCD. Windows color (decimal): -5318420 or 15521966. OLE color: 15521966.

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

Color convert

RGB 174 216 236 -
CMYK 0.26 0.08 0 0.07
HSL 199.35º 0.62% 0.8% -
HSV(B) 199.35º 0.26% 0.93% -
XYZ 57.15 64.17 88.73 -
YUV 205.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 174 216 236 0.26 0.08 0 0.07 199.35 0.62 0.8
Hex AE D8 EC 1A 8 0 7 C7 3E 50
Octal 256 330 354 32 10 0 7 307 76 120
Binary 10101110 11011000 11101100 11010 1000 0 111 11000111 111110 1010000

Color Harmonies of #AED8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8EC

Black with #AED8EC

Text Example


Text Example

White with #AED8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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