Html Css Color HEX #AEDACF Scandal

📋 copy color: '#AEDACF'

red 174 ◦ green 218 ◦ blue 207

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

Shades of Scandal #AEDACF

Tints of Scandal #AEDACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 29.05%
G = 36.39%
B = 34.56%

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

#AEDACF (or 0xAEDACF) is known color: Scandal. HEX triplet: AE, DA and CF. RGB value is (174,218,207). Sum of RGB (Red+Green+Blue) = 174+218+207=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDACF is #512530. Grayscale: #CBCBCB. Windows color (decimal): -5317937 or 13621934. OLE color: 13621934.

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

Color convert

RGB 174 218 207 -
CMYK 0.20 0 0.05 0.15
HSL 165º 0.37% 0.77% -
HSV(B) 165º 0.2% 0.85% -
XYZ 53.79 63.65 68.48 -
YUV 203.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 174 218 207 0.20 0 0.05 0.15 165 0.37 0.77
Hex AE DA CF 14 0 5 F A5 25 4D
Octal 256 332 317 24 0 5 17 245 45 115
Binary 10101110 11011010 11001111 10100 0 101 1111 10100101 100101 1001101

Color Harmonies of #AEDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDACF

Black with #AEDACF

Text Example


Text Example

White with #AEDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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