Html Css Color HEX #AEDDF1 Light Blue

📋 copy color: '#AEDDF1'

red 174 ◦ green 221 ◦ blue 241

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

Shades of Light Blue #AEDDF1

Tints of Light Blue #AEDDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 27.36%
G = 34.75%
B = 37.89%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEDDF1 (or 0xAEDDF1) is known color: Light Blue. HEX triplet: AE, DD and F1. RGB value is (174,221,241). Sum of RGB (Red+Green+Blue) = 174+221+241=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF1 is #51220E. Grayscale: #D1D1D1. Windows color (decimal): -5317135 or 15850926. OLE color: 15850926.

HSL color Cylindrical-coordinate representation of color #AEDDF1: hue angle of 197.91º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDDF1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 221 241 -
CMYK 0.28 0.08 0 0.05
HSL 197.91º 0.71% 0.81% -
HSV(B) 197.91º 0.28% 0.95% -
XYZ 59.19 67.06 93.04 -
YUV 209.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 174 221 241 0.28 0.08 0 0.05 197.91 0.71 0.81
Hex AE DD F1 1C 8 0 5 C6 47 51
Octal 256 335 361 34 10 0 5 306 107 121
Binary 10101110 11011101 11110001 11100 1000 0 101 11000110 1000111 1010001

Color Harmonies of #AEDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDF1

Black with #AEDDF1

Text Example


Text Example

White with #AEDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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