Html Css Color HEX #AED9CF Scandal

📋 copy color: '#AED9CF'

red 174 ◦ green 217 ◦ blue 207

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

Shades of Scandal #AED9CF

Tints of Scandal #AED9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 29.1%
G = 36.29%
B = 34.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#AED9CF (or 0xAED9CF) is known color: Scandal. HEX triplet: AE, D9 and CF. RGB value is (174,217,207). Sum of RGB (Red+Green+Blue) = 174+217+207=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9CF is #512630. Grayscale: #CBCBCB. Windows color (decimal): -5318193 or 13621678. OLE color: 13621678.

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

Color convert

RGB 174 217 207 -
CMYK 0.20 0 0.05 0.15
HSL 166.05º 0.36% 0.77% -
HSV(B) 166.05º 0.2% 0.85% -
XYZ 53.53 63.13 68.4 -
YUV 203 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 174 217 207 0.20 0 0.05 0.15 166.05 0.36 0.77
Hex AE D9 CF 14 0 5 F A6 24 4D
Octal 256 331 317 24 0 5 17 246 44 115
Binary 10101110 11011001 11001111 10100 0 101 1111 10100110 100100 1001101

Color Harmonies of #AED9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9CF

Black with #AED9CF

Text Example


Text Example

White with #AED9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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