Html Css Color HEX #AED8ED Light Blue

📋 copy color: '#AED8ED'

red 174 ◦ green 216 ◦ blue 237

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

Shades of Light Blue #AED8ED

Tints of Light Blue #AED8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.8%

R = 27.75%
G = 34.45%
B = 37.8%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AED8ED (or 0xAED8ED) is known color: Light Blue. HEX triplet: AE, D8 and ED. RGB value is (174,216,237). Sum of RGB (Red+Green+Blue) = 174+216+237=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8ED is #512712. Grayscale: #CDCDCD. Windows color (decimal): -5318419 or 15587502. OLE color: 15587502.

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

Color convert

RGB 174 216 237 -
CMYK 0.27 0.09 0 0.07
HSL 200º 0.64% 0.81% -
HSV(B) 200º 0.27% 0.93% -
XYZ 57.3 64.22 89.5 -
YUV 205.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 174 216 237 0.27 0.09 0 0.07 200 0.64 0.81
Hex AE D8 ED 1B 9 0 7 C8 40 51
Octal 256 330 355 33 11 0 7 310 100 121
Binary 10101110 11011000 11101101 11011 1001 0 111 11001000 1000000 1010001

Color Harmonies of #AED8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8ED

Black with #AED8ED

Text Example


Text Example

White with #AED8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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