Html Css Color HEX #AED9CA Scandal

📋 copy color: '#AED9CA'

red 174 ◦ green 217 ◦ blue 202

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

Shades of Scandal #AED9CA

Tints of Scandal #AED9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.59%

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

R = 29.34%
G = 36.59%
B = 34.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#AED9CA (or 0xAED9CA) is known color: Scandal. HEX triplet: AE, D9 and CA. RGB value is (174,217,202). Sum of RGB (Red+Green+Blue) = 174+217+202=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9CA is #512635. Grayscale: #CACACA. Windows color (decimal): -5318198 or 13293998. OLE color: 13293998.

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

Color convert

RGB 174 217 202 -
CMYK 0.20 0 0.07 0.15
HSL 159.07º 0.36% 0.77% -
HSV(B) 159.07º 0.2% 0.85% -
XYZ 52.93 62.89 65.23 -
YUV 202.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 174 217 202 0.20 0 0.07 0.15 159.07 0.36 0.77
Hex AE D9 CA 14 0 7 F 9F 24 4D
Octal 256 331 312 24 0 7 17 237 44 115
Binary 10101110 11011001 11001010 10100 0 111 1111 10011111 100100 1001101

Color Harmonies of #AED9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9CA

Black with #AED9CA

Text Example


Text Example

White with #AED9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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