Html Css Color HEX #AECFC7 Scandal

📋 copy color: '#AECFC7'

red 174 ◦ green 207 ◦ blue 199

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

Shades of Scandal #AECFC7

Tints of Scandal #AECFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.31%

R = 30%
G = 35.69%
B = 34.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#AECFC7 (or 0xAECFC7) is known color: Scandal. HEX triplet: AE, CF and C7. RGB value is (174,207,199). Sum of RGB (Red+Green+Blue) = 174+207+199=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFC7 is #513038. Grayscale: #C4C4C4. Windows color (decimal): -5320761 or 13094830. OLE color: 13094830.

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

Color convert

RGB 174 207 199 -
CMYK 0.16 0 0.04 0.19
HSL 165.45º 0.26% 0.75% -
HSV(B) 165.45º 0.16% 0.81% -
XYZ 50.08 57.75 62.54 -
YUV 196.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 174 207 199 0.16 0 0.04 0.19 165.45 0.26 0.75
Hex AE CF C7 10 0 4 13 A5 1A 4B
Octal 256 317 307 20 0 4 23 245 32 113
Binary 10101110 11001111 11000111 10000 0 100 10011 10100101 11010 1001011

Color Harmonies of #AECFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFC7

Black with #AECFC7

Text Example


Text Example

White with #AECFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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