Html Css Color HEX #AEDAE7 Light Blue

📋 copy color: '#AEDAE7'

red 174 ◦ green 218 ◦ blue 231

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

Shades of Light Blue #AEDAE7

Tints of Light Blue #AEDAE7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.99%

 BLUE value IS 231 (90.63% from 255) = 37.08%

R = 27.93%
G = 34.99%
B = 37.08%

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

#AEDAE7 (or 0xAEDAE7) is known color: Light Blue. HEX triplet: AE, DA and E7. RGB value is (174,218,231). Sum of RGB (Red+Green+Blue) = 174+218+231=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEDAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAE7 is #512518. Grayscale: #CECECE. Windows color (decimal): -5317913 or 15194798. OLE color: 15194798.

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

Color convert

RGB 174 218 231 -
CMYK 0.25 0.06 0 0.09
HSL 193.68º 0.54% 0.79% -
HSV(B) 193.68º 0.25% 0.91% -
XYZ 56.95 64.91 85.13 -
YUV 206.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 174 218 231 0.25 0.06 0 0.09 193.68 0.54 0.79
Hex AE DA E7 19 6 0 9 C2 36 4F
Octal 256 332 347 31 6 0 11 302 66 117
Binary 10101110 11011010 11100111 11001 110 0 1001 11000010 110110 1001111

Color Harmonies of #AEDAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAE7

Black with #AEDAE7

Text Example


Text Example

White with #AEDAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAE7; }

 p { color: rgb(174,218,231); }

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

background-color css

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

 a { background-color: rgb(174,218,231); }

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

border-color css

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

 span { border-color: rgb(174,218,231); }

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