Html Css Color HEX #AEDEF0 Light Blue

📋 copy color: '#AEDEF0'

red 174 ◦ green 222 ◦ blue 240

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

Shades of Light Blue #AEDEF0

Tints of Light Blue #AEDEF0

RGB

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

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

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

R = 27.36%
G = 34.91%
B = 37.74%

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

#AEDEF0 (or 0xAEDEF0) is known color: Light Blue. HEX triplet: AE, DE and F0. RGB value is (174,222,240). Sum of RGB (Red+Green+Blue) = 174+222+240=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEDEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEF0 is #51210F. Grayscale: #D1D1D1. Windows color (decimal): -5316880 or 15785646. OLE color: 15785646.

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

Color convert

RGB 174 222 240 -
CMYK 0.28 0.08 0 0.06
HSL 196.36º 0.69% 0.81% -
HSV(B) 196.36º 0.28% 0.94% -
XYZ 59.31 67.53 92.35 -
YUV 209.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 174 222 240 0.28 0.08 0 0.06 196.36 0.69 0.81
Hex AE DE F0 1C 8 0 6 C4 45 51
Octal 256 336 360 34 10 0 6 304 105 121
Binary 10101110 11011110 11110000 11100 1000 0 110 11000100 1000101 1010001

Color Harmonies of #AEDEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEF0

Black with #AEDEF0

Text Example


Text Example

White with #AEDEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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