Html Css Color HEX #AEDDF0 Light Blue

📋 copy color: '#AEDDF0'

red 174 ◦ green 221 ◦ blue 240

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

Shades of Light Blue #AEDDF0

Tints of Light Blue #AEDDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 27.4%
G = 34.8%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEDDF0 (or 0xAEDDF0) is known color: Light Blue. HEX triplet: AE, DD and F0. RGB value is (174,221,240). Sum of RGB (Red+Green+Blue) = 174+221+240=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEDDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF0 is #51220F. Grayscale: #D0D0D0. Windows color (decimal): -5317136 or 15785390. OLE color: 15785390.

HSL color Cylindrical-coordinate representation of color #AEDDF0: hue angle of 197.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDDF0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 221 240 -
CMYK 0.28 0.08 0 0.06
HSL 197.27º 0.69% 0.81% -
HSV(B) 197.27º 0.28% 0.94% -
XYZ 59.04 67 92.26 -
YUV 209.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 174 221 240 0.28 0.08 0 0.06 197.27 0.69 0.81
Hex AE DD F0 1C 8 0 6 C5 45 51
Octal 256 335 360 34 10 0 6 305 105 121
Binary 10101110 11011101 11110000 11100 1000 0 110 11000101 1000101 1010001

Color Harmonies of #AEDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDF0

Black with #AEDDF0

Text Example


Text Example

White with #AEDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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