Html Css Color HEX #AEDBE8 Light Blue

📋 copy color: '#AEDBE8'

red 174 ◦ green 219 ◦ blue 232

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

Shades of Light Blue #AEDBE8

Tints of Light Blue #AEDBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.04%

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

R = 27.84%
G = 35.04%
B = 37.12%

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

#AEDBE8 (or 0xAEDBE8) is known color: Light Blue. HEX triplet: AE, DB and E8. RGB value is (174,219,232). Sum of RGB (Red+Green+Blue) = 174+219+232=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEDBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBE8 is #512417. Grayscale: #CECECE. Windows color (decimal): -5317656 or 15260590. OLE color: 15260590.

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

Color convert

RGB 174 219 232 -
CMYK 0.25 0.06 0 0.09
HSL 193.45º 0.56% 0.8% -
HSV(B) 193.45º 0.25% 0.91% -
XYZ 57.35 65.49 85.96 -
YUV 207.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 174 219 232 0.25 0.06 0 0.09 193.45 0.56 0.8
Hex AE DB E8 19 6 0 9 C1 38 50
Octal 256 333 350 31 6 0 11 301 70 120
Binary 10101110 11011011 11101000 11001 110 0 1001 11000001 111000 1010000

Color Harmonies of #AEDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBE8

Black with #AEDBE8

Text Example


Text Example

White with #AEDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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