Html Css Color HEX #AED4C9 Scandal

📋 copy color: '#AED4C9'

red 174 ◦ green 212 ◦ blue 201

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

Shades of Scandal #AED4C9

Tints of Scandal #AED4C9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

 BLUE value IS 201 (78.91% from 255) = 34.24%

R = 29.64%
G = 36.12%
B = 34.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#AED4C9 (or 0xAED4C9) is known color: Scandal. HEX triplet: AE, D4 and C9. RGB value is (174,212,201). Sum of RGB (Red+Green+Blue) = 174+212+201=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4C9 is #512B36. Grayscale: #C7C7C7. Windows color (decimal): -5319479 or 13227182. OLE color: 13227182.

HSL color Cylindrical-coordinate representation of color #AED4C9: hue angle of 162.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4C9 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 201 -
CMYK 0.18 0 0.05 0.17
HSL 162.63º 0.31% 0.76% -
HSV(B) 162.63º 0.18% 0.83% -
XYZ 51.54 60.3 64.18 -
YUV 199.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 174 212 201 0.18 0 0.05 0.17 162.63 0.31 0.76
Hex AE D4 C9 12 0 5 11 A3 1F 4C
Octal 256 324 311 22 0 5 21 243 37 114
Binary 10101110 11010100 11001001 10010 0 101 10001 10100011 11111 1001100

Color Harmonies of #AED4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4C9

Black with #AED4C9

Text Example


Text Example

White with #AED4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4C9; }

 p { color: rgb(174,212,201); }

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

background-color css

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

 a { background-color: rgb(174,212,201); }

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

border-color css

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

 span { border-color: rgb(174,212,201); }

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