Html Css Color HEX #AEDCE9 Light Blue

📋 copy color: '#AEDCE9'

red 174 ◦ green 220 ◦ blue 233

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

Shades of Light Blue #AEDCE9

Tints of Light Blue #AEDCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.09%

 BLUE value IS 233 (91.41% from 255) = 37.16%

R = 27.75%
G = 35.09%
B = 37.16%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AEDCE9 (or 0xAEDCE9) is known color: Light Blue. HEX triplet: AE, DC and E9. RGB value is (174,220,233). Sum of RGB (Red+Green+Blue) = 174+220+233=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEDCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCE9 is #512316. Grayscale: #CFCFCF. Windows color (decimal): -5317399 or 15326382. OLE color: 15326382.

HSL color Cylindrical-coordinate representation of color #AEDCE9: hue angle of 193.22º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDCE9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 220 233 -
CMYK 0.25 0.06 0 0.09
HSL 193.22º 0.57% 0.8% -
HSV(B) 193.22º 0.25% 0.91% -
XYZ 57.76 66.07 86.8 -
YUV 207.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 174 220 233 0.25 0.06 0 0.09 193.22 0.57 0.8
Hex AE DC E9 19 6 0 9 C1 39 50
Octal 256 334 351 31 6 0 11 301 71 120
Binary 10101110 11011100 11101001 11001 110 0 1001 11000001 111001 1010000

Color Harmonies of #AEDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCE9

Black with #AEDCE9

Text Example


Text Example

White with #AEDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCE9; }

 p { color: rgb(174,220,233); }

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

background-color css

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

 a { background-color: rgb(174,220,233); }

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

border-color css

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

 span { border-color: rgb(174,220,233); }

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