Html Css Color HEX #AED9E8 Light Blue

📋 copy color: '#AED9E8'

red 174 ◦ green 217 ◦ blue 232

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

Shades of Light Blue #AED9E8

Tints of Light Blue #AED9E8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.83%

 BLUE value IS 232 (91.02% from 255) = 37.24%

R = 27.93%
G = 34.83%
B = 37.24%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AED9E8 (or 0xAED9E8) is known color: Light Blue. HEX triplet: AE, D9 and E8. RGB value is (174,217,232). Sum of RGB (Red+Green+Blue) = 174+217+232=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #AED9E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9E8 is #512617. Grayscale: #CDCDCD. Windows color (decimal): -5318168 or 15260078. OLE color: 15260078.

HSL color Cylindrical-coordinate representation of color #AED9E8: hue angle of 195.52º degrees, saturation: 0.56, 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 #AED9E8 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 217 232 -
CMYK 0.25 0.06 0 0.09
HSL 195.52º 0.56% 0.8% -
HSV(B) 195.52º 0.25% 0.91% -
XYZ 56.83 64.45 85.79 -
YUV 205.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 174 217 232 0.25 0.06 0 0.09 195.52 0.56 0.8
Hex AE D9 E8 19 6 0 9 C4 38 50
Octal 256 331 350 31 6 0 11 304 70 120
Binary 10101110 11011001 11101000 11001 110 0 1001 11000100 111000 1010000

Color Harmonies of #AED9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9E8

Black with #AED9E8

Text Example


Text Example

White with #AED9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9E8; }

 p { color: rgb(174,217,232); }

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

background-color css

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

 a { background-color: rgb(174,217,232); }

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

border-color css

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

 span { border-color: rgb(174,217,232); }

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