Html Css Color HEX #AED8E9 Light Blue

📋 copy color: '#AED8E9'

red 174 ◦ green 216 ◦ blue 233

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

Shades of Light Blue #AED8E9

Tints of Light Blue #AED8E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.4%

R = 27.93%
G = 34.67%
B = 37.4%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AED8E9 (or 0xAED8E9) is known color: Light Blue. HEX triplet: AE, D8 and E9. RGB value is (174,216,233). Sum of RGB (Red+Green+Blue) = 174+216+233=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #AED8E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8E9 is #512716. Grayscale: #CDCDCD. Windows color (decimal): -5318423 or 15325358. OLE color: 15325358.

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

Color convert

RGB 174 216 233 -
CMYK 0.25 0.07 0 0.09
HSL 197.29º 0.57% 0.8% -
HSV(B) 197.29º 0.25% 0.91% -
XYZ 56.72 63.99 86.45 -
YUV 205.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 174 216 233 0.25 0.07 0 0.09 197.29 0.57 0.8
Hex AE D8 E9 19 7 0 9 C5 39 50
Octal 256 330 351 31 7 0 11 305 71 120
Binary 10101110 11011000 11101001 11001 111 0 1001 11000101 111001 1010000

Color Harmonies of #AED8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8E9

Black with #AED8E9

Text Example


Text Example

White with #AED8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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