Html Css Color HEX #AEDEF1 Light Blue

📋 copy color: '#AEDEF1'

red 174 ◦ green 222 ◦ blue 241

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

Shades of Light Blue #AEDEF1

Tints of Light Blue #AEDEF1

RGB

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

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

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

R = 27.32%
G = 34.85%
B = 37.83%

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

#AEDEF1 (or 0xAEDEF1) is known color: Light Blue. HEX triplet: AE, DE and F1. RGB value is (174,222,241). Sum of RGB (Red+Green+Blue) = 174+222+241=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEDEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEF1 is #51210E. Grayscale: #D1D1D1. Windows color (decimal): -5316879 or 15851182. OLE color: 15851182.

HSL color Cylindrical-coordinate representation of color #AEDEF1: hue angle of 197.01º 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 #AEDEF1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 222 241 -
CMYK 0.28 0.08 0 0.05
HSL 197.01º 0.71% 0.81% -
HSV(B) 197.01º 0.28% 0.95% -
XYZ 59.45 67.59 93.13 -
YUV 209.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 174 222 241 0.28 0.08 0 0.05 197.01 0.71 0.81
Hex AE DE F1 1C 8 0 5 C5 47 51
Octal 256 336 361 34 10 0 5 305 107 121
Binary 10101110 11011110 11110001 11100 1000 0 101 11000101 1000111 1010001

Color Harmonies of #AEDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEF1

Black with #AEDEF1

Text Example


Text Example

White with #AEDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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