Html Css Color HEX #AEDEF7 Light Blue

📋 copy color: '#AEDEF7'

red 174 ◦ green 222 ◦ blue 247

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

Shades of Light Blue #AEDEF7

Tints of Light Blue #AEDEF7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.53%

 BLUE value IS 247 (96.88% from 255) = 38.41%

R = 27.06%
G = 34.53%
B = 38.41%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEDEF7 (or 0xAEDEF7) is known color: Light Blue. HEX triplet: AE, DE and F7. RGB value is (174,222,247). Sum of RGB (Red+Green+Blue) = 174+222+247=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEDEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEF7 is #512108. Grayscale: #D2D2D2. Windows color (decimal): -5316873 or 16244398. OLE color: 16244398.

HSL color Cylindrical-coordinate representation of color #AEDEF7: hue angle of 200.55º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDEF7 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 222 247 -
CMYK 0.30 0.10 0 0.03
HSL 200.55º 0.82% 0.83% -
HSV(B) 200.55º 0.3% 0.97% -
XYZ 60.37 67.96 97.93 -
YUV 210.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 174 222 247 0.30 0.10 0 0.03 200.55 0.82 0.83
Hex AE DE F7 1E A 0 3 C9 52 53
Octal 256 336 367 36 12 0 3 311 122 123
Binary 10101110 11011110 11110111 11110 1010 0 11 11001001 1010010 1010011

Color Harmonies of #AEDEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEF7

Black with #AEDEF7

Text Example


Text Example

White with #AEDEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEF7; }

 p { color: rgb(174,222,247); }

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

background-color css

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

 a { background-color: rgb(174,222,247); }

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

border-color css

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

 span { border-color: rgb(174,222,247); }

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