Html Css Color HEX #AEDACE Scandal

📋 copy color: '#AEDACE'

red 174 ◦ green 218 ◦ blue 206

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

Shades of Scandal #AEDACE

Tints of Scandal #AEDACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.45%

R = 29.1%
G = 36.45%
B = 34.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#AEDACE (or 0xAEDACE) is known color: Scandal. HEX triplet: AE, DA and CE. RGB value is (174,218,206). Sum of RGB (Red+Green+Blue) = 174+218+206=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDACE is #512531. Grayscale: #CBCBCB. Windows color (decimal): -5317938 or 13556398. OLE color: 13556398.

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

Color convert

RGB 174 218 206 -
CMYK 0.20 0 0.06 0.15
HSL 163.64º 0.37% 0.77% -
HSV(B) 163.64º 0.2% 0.85% -
XYZ 53.67 63.6 67.84 -
YUV 203.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 174 218 206 0.20 0 0.06 0.15 163.64 0.37 0.77
Hex AE DA CE 14 0 6 F A4 25 4D
Octal 256 332 316 24 0 6 17 244 45 115
Binary 10101110 11011010 11001110 10100 0 110 1111 10100100 100101 1001101

Color Harmonies of #AEDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDACE

Black with #AEDACE

Text Example


Text Example

White with #AEDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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