Html Css Color HEX #AEDAD0 Scandal

📋 copy color: '#AEDAD0'

red 174 ◦ green 218 ◦ blue 208

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

Shades of Scandal #AEDAD0

Tints of Scandal #AEDAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.67%

R = 29%
G = 36.33%
B = 34.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#AEDAD0 (or 0xAEDAD0) is known color: Scandal. HEX triplet: AE, DA and D0. RGB value is (174,218,208). Sum of RGB (Red+Green+Blue) = 174+218+208=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD0 is #51252F. Grayscale: #CBCBCB. Windows color (decimal): -5317936 or 13687470. OLE color: 13687470.

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

Color convert

RGB 174 218 208 -
CMYK 0.20 0 0.05 0.15
HSL 166.36º 0.37% 0.77% -
HSV(B) 166.36º 0.2% 0.85% -
XYZ 53.91 63.7 69.13 -
YUV 203.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 174 218 208 0.20 0 0.05 0.15 166.36 0.37 0.77
Hex AE DA D0 14 0 5 F A6 25 4D
Octal 256 332 320 24 0 5 17 246 45 115
Binary 10101110 11011010 11010000 10100 0 101 1111 10100110 100101 1001101

Color Harmonies of #AEDAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAD0

Black with #AEDAD0

Text Example


Text Example

White with #AEDAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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