Html Css Color HEX #AED8CA Scandal

📋 copy color: '#AED8CA'

red 174 ◦ green 216 ◦ blue 202

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

Shades of Scandal #AED8CA

Tints of Scandal #AED8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.49%

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 29.39%
G = 36.49%
B = 34.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#AED8CA (or 0xAED8CA) is known color: Scandal. HEX triplet: AE, D8 and CA. RGB value is (174,216,202). Sum of RGB (Red+Green+Blue) = 174+216+202=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8CA is #512735. Grayscale: #C9C9C9. Windows color (decimal): -5318454 or 13293742. OLE color: 13293742.

HSL color Cylindrical-coordinate representation of color #AED8CA: hue angle of 160º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8CA is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 202 -
CMYK 0.19 0 0.06 0.15
HSL 160º 0.35% 0.76% -
HSV(B) 160º 0.19% 0.85% -
XYZ 52.67 62.37 65.14 -
YUV 201.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 174 216 202 0.19 0 0.06 0.15 160 0.35 0.76
Hex AE D8 CA 13 0 6 F A0 23 4C
Octal 256 330 312 23 0 6 17 240 43 114
Binary 10101110 11011000 11001010 10011 0 110 1111 10100000 100011 1001100

Color Harmonies of #AED8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8CA

Black with #AED8CA

Text Example


Text Example

White with #AED8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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