Html Css Color HEX #AEDBD9 Scandal

📋 copy color: '#AEDBD9'

red 174 ◦ green 219 ◦ blue 217

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

Shades of Scandal #AEDBD9

Tints of Scandal #AEDBD9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.9%

 BLUE value IS 217 (85.16% from 255) = 35.57%

R = 28.52%
G = 35.9%
B = 35.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#AEDBD9 (or 0xAEDBD9) is known color: Scandal. HEX triplet: AE, DB and D9. RGB value is (174,219,217). Sum of RGB (Red+Green+Blue) = 174+219+217=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBD9 is #512426. Grayscale: #CDCDCD. Windows color (decimal): -5317671 or 14277550. OLE color: 14277550.

HSL color Cylindrical-coordinate representation of color #AEDBD9: hue angle of 177.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBD9 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 217 -
CMYK 0.21 0 0.01 0.14
HSL 177.33º 0.38% 0.77% -
HSV(B) 177.33º 0.21% 0.86% -
XYZ 55.31 64.67 75.21 -
YUV 205.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 174 219 217 0.21 0 0.01 0.14 177.33 0.38 0.77
Hex AE DB D9 15 0 1 E B1 26 4D
Octal 256 333 331 25 0 1 16 261 46 115
Binary 10101110 11011011 11011001 10101 0 1 1110 10110001 100110 1001101

Color Harmonies of #AEDBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBD9

Black with #AEDBD9

Text Example


Text Example

White with #AEDBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBD9; }

 p { color: rgb(174,219,217); }

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

background-color css

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

 a { background-color: rgb(174,219,217); }

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

border-color css

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

 span { border-color: rgb(174,219,217); }

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