Html Css Color HEX #AED8CC Scandal

📋 copy color: '#AED8CC'

red 174 ◦ green 216 ◦ blue 204

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

Shades of Scandal #AED8CC

Tints of Scandal #AED8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 29.29%
G = 36.36%
B = 34.34%

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

#AED8CC (or 0xAED8CC) is known color: Scandal. HEX triplet: AE, D8 and CC. RGB value is (174,216,204). Sum of RGB (Red+Green+Blue) = 174+216+204=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8CC is #512733. Grayscale: #CACACA. Windows color (decimal): -5318452 or 13424814. OLE color: 13424814.

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

Color convert

RGB 174 216 204 -
CMYK 0.19 0 0.06 0.15
HSL 162.86º 0.35% 0.76% -
HSV(B) 162.86º 0.19% 0.85% -
XYZ 52.91 62.47 66.4 -
YUV 202.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 174 216 204 0.19 0 0.06 0.15 162.86 0.35 0.76
Hex AE D8 CC 13 0 6 F A3 23 4C
Octal 256 330 314 23 0 6 17 243 43 114
Binary 10101110 11011000 11001100 10011 0 110 1111 10100011 100011 1001100

Color Harmonies of #AED8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8CC

Black with #AED8CC

Text Example


Text Example

White with #AED8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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