Html Css Color HEX #AACFC7 Scandal

📋 copy color: '#AACFC7'

red 170 ◦ green 207 ◦ blue 199

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

Shades of Scandal #AACFC7

Tints of Scandal #AACFC7

RGB

 RED value IS 170 (66.8% from 255) = 29.51%

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

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

R = 29.51%
G = 35.94%
B = 34.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#AACFC7 (or 0xAACFC7) is known color: Scandal. HEX triplet: AA, CF and C7. RGB value is (170,207,199). Sum of RGB (Red+Green+Blue) = 170+207+199=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFC7 is #553038. Grayscale: #C3C3C3. Windows color (decimal): -5582905 or 13094826. OLE color: 13094826.

HSL color Cylindrical-coordinate representation of color #AACFC7: hue angle of 167.03º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACFC7 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 199 -
CMYK 0.18 0 0.04 0.19
HSL 167.03º 0.28% 0.74% -
HSV(B) 167.03º 0.18% 0.81% -
XYZ 49.2 57.3 62.5 -
YUV 195.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 170 207 199 0.18 0 0.04 0.19 167.03 0.28 0.74
Hex AA CF C7 12 0 4 13 A7 1C 4A
Octal 252 317 307 22 0 4 23 247 34 112
Binary 10101010 11001111 11000111 10010 0 100 10011 10100111 11100 1001010

Color Harmonies of #AACFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFC7

Black with #AACFC7

Text Example


Text Example

White with #AACFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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