Html Css Color HEX #AEDAD5 Scandal

📋 copy color: '#AEDAD5'

red 174 ◦ green 218 ◦ blue 213

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

Shades of Scandal #AEDAD5

Tints of Scandal #AEDAD5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.03%

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 28.76%
G = 36.03%
B = 35.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#AEDAD5 (or 0xAEDAD5) is known color: Scandal. HEX triplet: AE, DA and D5. RGB value is (174,218,213). Sum of RGB (Red+Green+Blue) = 174+218+213=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD5 is #51252A. Grayscale: #CCCCCC. Windows color (decimal): -5317931 or 14015150. OLE color: 14015150.

HSL color Cylindrical-coordinate representation of color #AEDAD5: hue angle of 173.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAD5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 213 -
CMYK 0.20 0 0.02 0.15
HSL 173.18º 0.37% 0.77% -
HSV(B) 173.18º 0.2% 0.85% -
XYZ 54.54 63.95 72.42 -
YUV 204.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 174 218 213 0.20 0 0.02 0.15 173.18 0.37 0.77
Hex AE DA D5 14 0 2 F AD 25 4D
Octal 256 332 325 24 0 2 17 255 45 115
Binary 10101110 11011010 11010101 10100 0 10 1111 10101101 100101 1001101

Color Harmonies of #AEDAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAD5

Black with #AEDAD5

Text Example


Text Example

White with #AEDAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAD5; }

 p { color: rgb(174,218,213); }

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

background-color css

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

 a { background-color: rgb(174,218,213); }

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

border-color css

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

 span { border-color: rgb(174,218,213); }

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