Html Css Color HEX #AECEC8 Scandal

📋 copy color: '#AECEC8'

red 174 ◦ green 206 ◦ blue 200

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

Shades of Scandal #AECEC8

Tints of Scandal #AECEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 30%
G = 35.52%
B = 34.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#AECEC8 (or 0xAECEC8) is known color: Scandal. HEX triplet: AE, CE and C8. RGB value is (174,206,200). Sum of RGB (Red+Green+Blue) = 174+206+200=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC8 is #513137. Grayscale: #C3C3C3. Windows color (decimal): -5321016 or 13160110. OLE color: 13160110.

HSL color Cylindrical-coordinate representation of color #AECEC8: hue angle of 168.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEC8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 200 -
CMYK 0.16 0 0.03 0.19
HSL 168.75º 0.25% 0.75% -
HSV(B) 168.75º 0.16% 0.81% -
XYZ 49.95 57.31 63.07 -
YUV 195.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 174 206 200 0.16 0 0.03 0.19 168.75 0.25 0.75
Hex AE CE C8 10 0 3 13 A9 19 4B
Octal 256 316 310 20 0 3 23 251 31 113
Binary 10101110 11001110 11001000 10000 0 11 10011 10101001 11001 1001011

Color Harmonies of #AECEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEC8

Black with #AECEC8

Text Example


Text Example

White with #AECEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEC8; }

 p { color: rgb(174,206,200); }

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

background-color css

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

 a { background-color: rgb(174,206,200); }

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

border-color css

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

 span { border-color: rgb(174,206,200); }

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