Html Css Color HEX #AEDED8 Scandal

📋 copy color: '#AEDED8'

red 174 ◦ green 222 ◦ blue 216

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

Shades of Scandal #AEDED8

Tints of Scandal #AEDED8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.27%

 BLUE value IS 216 (84.77% from 255) = 35.29%

R = 28.43%
G = 36.27%
B = 35.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#AEDED8 (or 0xAEDED8) is known color: Scandal. HEX triplet: AE, DE and D8. RGB value is (174,222,216). Sum of RGB (Red+Green+Blue) = 174+222+216=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDED8 is #512127. Grayscale: #CECECE. Windows color (decimal): -5316904 or 14212782. OLE color: 14212782.

HSL color Cylindrical-coordinate representation of color #AEDED8: hue angle of 172.5º degrees, saturation: 0.42, 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 #AEDED8 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 216 -
CMYK 0.22 0 0.03 0.13
HSL 172.5º 0.42% 0.78% -
HSV(B) 172.5º 0.22% 0.87% -
XYZ 55.97 66.2 74.79 -
YUV 206.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 174 222 216 0.22 0 0.03 0.13 172.5 0.42 0.78
Hex AE DE D8 16 0 3 D AC 2A 4E
Octal 256 336 330 26 0 3 15 254 52 116
Binary 10101110 11011110 11011000 10110 0 11 1101 10101100 101010 1001110

Color Harmonies of #AEDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDED8

Black with #AEDED8

Text Example


Text Example

White with #AEDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDED8; }

 p { color: rgb(174,222,216); }

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

background-color css

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

 a { background-color: rgb(174,222,216); }

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

border-color css

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

 span { border-color: rgb(174,222,216); }

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