Html Css Color HEX #AEDAD6 Scandal

📋 copy color: '#AEDAD6'

red 174 ◦ green 218 ◦ blue 214

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

Shades of Scandal #AEDAD6

Tints of Scandal #AEDAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.31%

R = 28.71%
G = 35.97%
B = 35.31%

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

#AEDAD6 (or 0xAEDAD6) is known color: Scandal. HEX triplet: AE, DA and D6. RGB value is (174,218,214). Sum of RGB (Red+Green+Blue) = 174+218+214=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD6 is #512529. Grayscale: #CCCCCC. Windows color (decimal): -5317930 or 14080686. OLE color: 14080686.

HSL color Cylindrical-coordinate representation of color #AEDAD6: hue angle of 174.55º 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 #AEDAD6 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 214 -
CMYK 0.20 0 0.02 0.15
HSL 174.55º 0.37% 0.77% -
HSV(B) 174.55º 0.2% 0.85% -
XYZ 54.66 64 73.09 -
YUV 204.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 174 218 214 0.20 0 0.02 0.15 174.55 0.37 0.77
Hex AE DA D6 14 0 2 F AF 25 4D
Octal 256 332 326 24 0 2 17 257 45 115
Binary 10101110 11011010 11010110 10100 0 10 1111 10101111 100101 1001101

Color Harmonies of #AEDAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAD6

Black with #AEDAD6

Text Example


Text Example

White with #AEDAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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