Html Css Color HEX #AEDFDA Scandal

📋 copy color: '#AEDFDA'

red 174 ◦ green 223 ◦ blue 218

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

Shades of Scandal #AEDFDA

Tints of Scandal #AEDFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.26%

 BLUE value IS 218 (85.55% from 255) = 35.45%

R = 28.29%
G = 36.26%
B = 35.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#AEDFDA (or 0xAEDFDA) is known color: Scandal. HEX triplet: AE, DF and DA. RGB value is (174,223,218). Sum of RGB (Red+Green+Blue) = 174+223+218=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFDA is #512025. Grayscale: #CFCFCF. Windows color (decimal): -5316646 or 14344110. OLE color: 14344110.

HSL color Cylindrical-coordinate representation of color #AEDFDA: hue angle of 173.88º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 218 -
CMYK 0.22 0 0.02 0.13
HSL 173.88º 0.43% 0.78% -
HSV(B) 173.88º 0.22% 0.87% -
XYZ 56.5 66.84 76.25 -
YUV 207.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 174 223 218 0.22 0 0.02 0.13 173.88 0.43 0.78
Hex AE DF DA 16 0 2 D AE 2B 4E
Octal 256 337 332 26 0 2 15 256 53 116
Binary 10101110 11011111 11011010 10110 0 10 1101 10101110 101011 1001110

Color Harmonies of #AEDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFDA

Black with #AEDFDA

Text Example


Text Example

White with #AEDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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