Html Css Color HEX #AEDDF7 Light Blue

📋 copy color: '#AEDDF7'

red 174 ◦ green 221 ◦ blue 247

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

Shades of Light Blue #AEDDF7

Tints of Light Blue #AEDDF7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.42%

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

R = 27.1%
G = 34.42%
B = 38.47%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEDDF7 (or 0xAEDDF7) is known color: Light Blue. HEX triplet: AE, DD and F7. RGB value is (174,221,247). Sum of RGB (Red+Green+Blue) = 174+221+247=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEDDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF7 is #512208. Grayscale: #D1D1D1. Windows color (decimal): -5317129 or 16244142. OLE color: 16244142.

HSL color Cylindrical-coordinate representation of color #AEDDF7: hue angle of 201.37º 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 #AEDDF7 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 221 247 -
CMYK 0.30 0.11 0 0.03
HSL 201.37º 0.82% 0.83% -
HSV(B) 201.37º 0.3% 0.97% -
XYZ 60.1 67.43 97.84 -
YUV 209.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 174 221 247 0.30 0.11 0 0.03 201.37 0.82 0.83
Hex AE DD F7 1E B 0 3 C9 52 53
Octal 256 335 367 36 13 0 3 311 122 123
Binary 10101110 11011101 11110111 11110 1011 0 11 11001001 1010010 1010011

Color Harmonies of #AEDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDF7

Black with #AEDDF7

Text Example


Text Example

White with #AEDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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