Html Css Color HEX #AED5E8 Light Blue

📋 copy color: '#AED5E8'

red 174 ◦ green 213 ◦ blue 232

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

Shades of Light Blue #AED5E8

Tints of Light Blue #AED5E8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.41%

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

R = 28.11%
G = 34.41%
B = 37.48%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AED5E8 (or 0xAED5E8) is known color: Light Blue. HEX triplet: AE, D5 and E8. RGB value is (174,213,232). Sum of RGB (Red+Green+Blue) = 174+213+232=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #AED5E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5E8 is #512A17. Grayscale: #CBCBCB. Windows color (decimal): -5319192 or 15259054. OLE color: 15259054.

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

Color convert

RGB 174 213 232 -
CMYK 0.25 0.08 0 0.09
HSL 199.66º 0.56% 0.8% -
HSV(B) 199.66º 0.25% 0.91% -
XYZ 55.82 62.41 85.45 -
YUV 203.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 174 213 232 0.25 0.08 0 0.09 199.66 0.56 0.8
Hex AE D5 E8 19 8 0 9 C8 38 50
Octal 256 325 350 31 10 0 11 310 70 120
Binary 10101110 11010101 11101000 11001 1000 0 1001 11001000 111000 1010000

Color Harmonies of #AED5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5E8

Black with #AED5E8

Text Example


Text Example

White with #AED5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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