Html Css Color HEX #AEDEF3 Light Blue

📋 copy color: '#AEDEF3'

red 174 ◦ green 222 ◦ blue 243

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

Shades of Light Blue #AEDEF3

Tints of Light Blue #AEDEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.03%

R = 27.23%
G = 34.74%
B = 38.03%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEDEF3 (or 0xAEDEF3) is known color: Light Blue. HEX triplet: AE, DE and F3. RGB value is (174,222,243). Sum of RGB (Red+Green+Blue) = 174+222+243=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEDEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEF3 is #51210C. Grayscale: #D1D1D1. Windows color (decimal): -5316877 or 15982254. OLE color: 15982254.

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

Color convert

RGB 174 222 243 -
CMYK 0.28 0.09 0 0.05
HSL 198.26º 0.74% 0.82% -
HSV(B) 198.26º 0.28% 0.95% -
XYZ 59.75 67.71 94.71 -
YUV 210.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 174 222 243 0.28 0.09 0 0.05 198.26 0.74 0.82
Hex AE DE F3 1C 9 0 5 C6 4A 52
Octal 256 336 363 34 11 0 5 306 112 122
Binary 10101110 11011110 11110011 11100 1001 0 101 11000110 1001010 1010010

Color Harmonies of #AEDEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEF3

Black with #AEDEF3

Text Example


Text Example

White with #AEDEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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