Html Css Color HEX #AED8EE Light Blue

📋 copy color: '#AED8EE'

red 174 ◦ green 216 ◦ blue 238

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

Shades of Light Blue #AED8EE

Tints of Light Blue #AED8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 27.71%
G = 34.39%
B = 37.9%

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

#AED8EE (or 0xAED8EE) is known color: Light Blue. HEX triplet: AE, D8 and EE. RGB value is (174,216,238). Sum of RGB (Red+Green+Blue) = 174+216+238=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #AED8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8EE is #512711. Grayscale: #CDCDCD. Windows color (decimal): -5318418 or 15653038. OLE color: 15653038.

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

Color convert

RGB 174 216 238 -
CMYK 0.27 0.09 0 0.07
HSL 200.63º 0.65% 0.81% -
HSV(B) 200.63º 0.27% 0.93% -
XYZ 57.44 64.28 90.27 -
YUV 205.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 174 216 238 0.27 0.09 0 0.07 200.63 0.65 0.81
Hex AE D8 EE 1B 9 0 7 C9 41 51
Octal 256 330 356 33 11 0 7 311 101 121
Binary 10101110 11011000 11101110 11011 1001 0 111 11001001 1000001 1010001

Color Harmonies of #AED8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8EE

Black with #AED8EE

Text Example


Text Example

White with #AED8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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