Html Css Color HEX #AECFC8 Scandal

📋 copy color: '#AECFC8'

red 174 ◦ green 207 ◦ blue 200

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

Shades of Scandal #AECFC8

Tints of Scandal #AECFC8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.63%

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

R = 29.95%
G = 35.63%
B = 34.42%

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

#AECFC8 (or 0xAECFC8) is known color: Scandal. HEX triplet: AE, CF and C8. RGB value is (174,207,200). Sum of RGB (Red+Green+Blue) = 174+207+200=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFC8 is #513037. Grayscale: #C4C4C4. Windows color (decimal): -5320760 or 13160366. OLE color: 13160366.

HSL color Cylindrical-coordinate representation of color #AECFC8: hue angle of 167.27º degrees, saturation: 0.26, 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 #AECFC8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 200 -
CMYK 0.16 0 0.03 0.19
HSL 167.27º 0.26% 0.75% -
HSV(B) 167.27º 0.16% 0.81% -
XYZ 50.19 57.79 63.15 -
YUV 196.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 174 207 200 0.16 0 0.03 0.19 167.27 0.26 0.75
Hex AE CF C8 10 0 3 13 A7 1A 4B
Octal 256 317 310 20 0 3 23 247 32 113
Binary 10101110 11001111 11001000 10000 0 11 10011 10100111 11010 1001011

Color Harmonies of #AECFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFC8

Black with #AECFC8

Text Example


Text Example

White with #AECFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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