Html Css Color HEX #AED8CB Scandal

📋 copy color: '#AED8CB'

red 174 ◦ green 216 ◦ blue 203

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

Shades of Scandal #AED8CB

Tints of Scandal #AED8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 29.34%
G = 36.42%
B = 34.23%

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

#AED8CB (or 0xAED8CB) is known color: Scandal. HEX triplet: AE, D8 and CB. RGB value is (174,216,203). Sum of RGB (Red+Green+Blue) = 174+216+203=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8CB is #512734. Grayscale: #C9C9C9. Windows color (decimal): -5318453 or 13359278. OLE color: 13359278.

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

Color convert

RGB 174 216 203 -
CMYK 0.19 0 0.06 0.15
HSL 161.43º 0.35% 0.76% -
HSV(B) 161.43º 0.19% 0.85% -
XYZ 52.79 62.42 65.77 -
YUV 201.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 174 216 203 0.19 0 0.06 0.15 161.43 0.35 0.76
Hex AE D8 CB 13 0 6 F A1 23 4C
Octal 256 330 313 23 0 6 17 241 43 114
Binary 10101110 11011000 11001011 10011 0 110 1111 10100001 100011 1001100

Color Harmonies of #AED8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8CB

Black with #AED8CB

Text Example


Text Example

White with #AED8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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