Html Css Color HEX #AEDEF5 Light Blue

📋 copy color: '#AEDEF5'

red 174 ◦ green 222 ◦ blue 245

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

Shades of Light Blue #AEDEF5

Tints of Light Blue #AEDEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.22%

R = 27.15%
G = 34.63%
B = 38.22%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEDEF5 (or 0xAEDEF5) is known color: Light Blue. HEX triplet: AE, DE and F5. RGB value is (174,222,245). Sum of RGB (Red+Green+Blue) = 174+222+245=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEDEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEF5 is #51210A. Grayscale: #D2D2D2. Windows color (decimal): -5316875 or 16113326. OLE color: 16113326.

HSL color Cylindrical-coordinate representation of color #AEDEF5: hue angle of 199.44º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDEF5 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 222 245 -
CMYK 0.29 0.09 0 0.04
HSL 199.44º 0.78% 0.82% -
HSV(B) 199.44º 0.29% 0.96% -
XYZ 60.06 67.83 96.31 -
YUV 210.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 174 222 245 0.29 0.09 0 0.04 199.44 0.78 0.82
Hex AE DE F5 1D 9 0 4 C7 4E 52
Octal 256 336 365 35 11 0 4 307 116 122
Binary 10101110 11011110 11110101 11101 1001 0 100 11000111 1001110 1010010

Color Harmonies of #AEDEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEF5

Black with #AEDEF5

Text Example


Text Example

White with #AEDEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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